Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/strings/
Dstring_format.h19 #define RTC_PRINTF_FORMAT(format_param, dots_param) \ argument
20 __attribute__((format(printf, format_param, dots_param)))
22 #define RTC_PRINTF_FORMAT(format_param, dots_param)
/external/pdfium/third_party/base/
Dcompiler_specific.h90 #define PRINTF_FORMAT(format_param, dots_param) \ argument
91 __attribute__((format(printf, format_param, dots_param)))
93 #define PRINTF_FORMAT(format_param, dots_param) argument
99 #define WPRINTF_FORMAT(format_param, dots_param) argument
/external/openscreen/util/
Dstringprintf.h23 #define OSP_CHECK_PRINTF_ARGS(format_param, dots_param) \ argument
24 __attribute__((format(printf, format_param, dots_param)))
26 #define OSP_CHECK_PRINTF_ARGS(format_param, dots_param)
/external/libchrome/base/
Dcompiler_specific.h143 #define PRINTF_FORMAT(format_param, dots_param) \ argument
144 __attribute__((format(printf, format_param, dots_param)))
146 #define PRINTF_FORMAT(format_param, dots_param) argument
152 #define WPRINTF_FORMAT(format_param, dots_param) argument