Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/strings/
Dstring_format.h19 #define RTC_PRINTF_FORMAT(format_param, dots_param) \ macro
22 #define RTC_PRINTF_FORMAT(format_param, dots_param)
28 std::string StringFormat(const char* fmt, ...) RTC_PRINTF_FORMAT(1, 2);