Home
last modified time | relevance | path

Searched refs:RTCLogString (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
DRTCLogging.h59 #define RTCLogString(format, ...) \ macro
68 NSString *logString = RTCLogString(format, ##__VA_ARGS__); \
/external/webrtc/webrtc/base/objc/
DRTCLogging.h42 #define RTCLogString(format, ...) \ macro
51 NSString* log_string = RTCLogString(format, ##__VA_ARGS__); \