Searched refs:DebugNSLog (Results 1 – 1 of 1) sorted by relevance
1234 #define DebugNSLog( ... ) NSLog( __VA_ARGS__ ) macro1236 #define DebugNSLog( ARGS... ) NSLog( ## ARGS ) macro1238 #define DebugNSLog NSLog macro1242 #define DebugNSLog( ... ) macro1244 #define DebugNSLog( ARGS... ) macro1246 #define DebugNSLog while( 0 ) macro