Searched defs:FormatArg (Results 1 – 6 of 6) sorted by relevance
67 struct FormatArg { struct77 FormatArg(Kind kind) in FormatArg() argument80 FormatArg(Kind kind, int index) in FormatArg() argument84 Kind fKind;86 int fIndex;
11 static std::vector<char> FormatArg(const char *fmt, ...) in FormatArg() function
520 using FormatArg = str_format_internal::FormatArgImpl; variable
252 Argument &FormatArg = *(++ArgI); in replaceImageAndSamplerUses() local