Searched defs:UntypedFormatSpec (Results 1 – 12 of 12) sorted by relevance
32 class UntypedFormatSpec; variable
37 class UntypedFormatSpec; variable
33 class UntypedFormatSpec; variable
102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec() function105 explicit UntypedFormatSpec(const str_format_internal::ParsedFormatBase* pc) in UntypedFormatSpec() function
111 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec() function114 explicit UntypedFormatSpec( in UntypedFormatSpec() function