Home
last modified time | relevance | path

Searched defs:FORMAT_CASE (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_string/size_report/
Dformat_many_without_error_handling.cc29 #define FORMAT_CASE(...) pw::string::Format(buffer, __VA_ARGS__) macro
35 #define FORMAT_CASE(...) std::snprintf(buffer, buffer_size, __VA_ARGS__) macro
Dformat_multiple.cc78 #define FORMAT_CASE(...) \ macro
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DFormatters.h19 #define FORMAT_CASE(Value, Name) \ macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DFormatters.h19 #define FORMAT_CASE(Value, Name) \ macro
/external/mesa3d/src/util/tests/format/
Du_format_test.c703 #define FORMAT_CASE(format, unorm, snorm) \ in test_format_norm_flags() macro