Home
last modified time | relevance | path

Searched defs:FormatArg (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLCompiler.h67 struct FormatArg { struct
77 FormatArg(Kind kind) in FormatArg() argument
80 FormatArg(Kind kind, int index) in FormatArg() function
84 Kind fKind;
86 int fIndex;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgles_conformance_tests.cpp11 static std::vector<char> FormatArg(const char *fmt, ...) in FormatArg() function
/third_party/abseil-cpp/absl/strings/
Dstr_format.h484 using FormatArg = str_format_internal::FormatArgImpl; variable