Searched refs:dots_param (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/rtc_base/strings/ |
D | string_format.h | 19 #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/ |
D | compiler_specific.h | 90 #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/ |
D | stringprintf.h | 23 #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/ |
D | compiler_specific.h | 143 #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
|