Home
last modified time | relevance | path

Searched defs:format_param (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/base/
Dcompiler_specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ argument
38 #define PRINTF_FORMAT(format_param, dots_param) argument
/third_party/node/deps/v8/src/base/
Dcompiler-specific.h27 #define PRINTF_FORMAT(format_param, dots_param) \ argument
30 #define PRINTF_FORMAT(format_param, dots_param) argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py201 def format_param(param): function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc2425 const auto format_param = raw_handle_type->GetSingleWordInOperand(6); in GetTypeForHandleVar() local