HomeSort by: relevance | last modified time | path
    Searched defs:mdns_compile_time_check_local (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
general.h 578 #define mdns_compile_time_check_local(EXPRESSION) _Static_assert(EXPRESSION, "Compile-time assertion failed.") macro
580 #define mdns_compile_time_check_local(EXPRESSION) static_assert(EXPRESSION, "Compile-time assertion failed.") macro
582 #define mdns_compile_time_check_local(EXPRESSION) \ macro

Completed in 19 milliseconds