Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:macros

355 #pragma mark == General macros ==
379 compiler warnings about unused variables. To eliminate these warnings, use these macros to indicate variables that
392 @abstract Macros to make variables and functions static when debugging is off, but extern when debugging is on.
396 Rather than using "static" directly, using this macros allows you to access these variables external while
409 @abstract Macros to make variables and functions static when debugging is off, but extern when debugging is on.
413 Rather than using "static" directly, using this macros allows you to access these variables external while
426 @abstract Macros to export variables.
474 macros ==
499 Note: The following macros differ from the macros on the www.jaggersoft.com web site because those versions do not
533 #pragma mark == check macros ==
716 #pragma mark == require macros ==
1082 #pragma mark == Design-By-Contract macros ==
1086 // Design-By-Contract macros
1095 // Note: Design-By-Contract "require" macros are already defined elsewhere.
1098 #pragma mark == Expect macros ==
1102 // Expect macros
1105 // Expect macros allow code to include runtime checking of things that should not happen in shipping code (e.g. internal
1139 #pragma mark == Output macros ==