Searched refs:format_param (Results 1 – 7 of 7) sorted by relevance
/third_party/gn/src/base/ |
D | compiler_specific.h | 35 #define PRINTF_FORMAT(format_param, dots_param) \ argument 36 __attribute__((format(printf, format_param, dots_param))) 38 #define PRINTF_FORMAT(format_param, dots_param) argument
|
/third_party/flutter/engine/flutter/fml/ |
D | compiler_specific.h | 73 #define FML_PRINTF_FORMAT(format_param, dots_param) \ argument 74 __attribute__((format(printf, format_param, dots_param))) 76 #define FML_PRINTF_FORMAT(format_param, dots_param) argument
|
/third_party/cef/include/base/ |
D | cef_compiler_specific.h | 188 #define PRINTF_FORMAT(format_param, dots_param) \ argument 189 __attribute__((format(printf, format_param, dots_param))) 191 #define PRINTF_FORMAT(format_param, dots_param) argument 197 #define WPRINTF_FORMAT(format_param, dots_param) argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | generate_gl_dispatch_table.py | 200 def format_param(param): function 471 param_text = [format_param(param) for param in command.findall('param')]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | generate_gl_dispatch_table.py | 201 def format_param(param): function 470 param_text = [format_param(param) for param in command.findall('param')]
|
/third_party/boost/libs/log/src/setup/ |
D | init_from_settings.cpp | 375 if (optional< string_type > format_param = params["Format"]) 379 log::aux::code_convert(format_param.get(), format_str);
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.cc | 2425 const auto format_param = raw_handle_type->GetSingleWordInOperand(6); in GetTypeForHandleVar() local 2427 if ((format_param != SpvImageFormatUnknown) || in GetTypeForHandleVar()
|