Searched refs:UntypedFormatSpec (Results 1 – 8 of 8) sorted by relevance
96 class UntypedFormatSpec {98 UntypedFormatSpec() = delete;99 UntypedFormatSpec(const UntypedFormatSpec&) = delete;100 UntypedFormatSpec& operator=(const UntypedFormatSpec&) = delete;102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec() function105 explicit UntypedFormatSpec(const str_format_internal::ParsedFormatBase* pc) in UntypedFormatSpec() function563 FormatRawSink raw_sink, const UntypedFormatSpec& format, in FormatUntyped()
47 UntypedFormatSpec format(fmt); in TEST_F()84 UntypedFormatSpec format(" more %d"); in TEST_F()124 UntypedFormatSpec format("%d%n"); in TEST_F()190 UntypedFormatSpec format("hello %d"); in TEST_F()736 absl::UntypedFormatSpec f1("%f"); in TEST_F()
96 class UntypedFormatSpec {98 UntypedFormatSpec() = delete;99 UntypedFormatSpec(const UntypedFormatSpec&) = delete;100 UntypedFormatSpec& operator=(const UntypedFormatSpec&) = delete;102 explicit UntypedFormatSpec(string_view s) : spec_(s) {} in UntypedFormatSpec() function105 explicit UntypedFormatSpec(const str_format_internal::ParsedFormatBase* pc) in UntypedFormatSpec() function562 FormatRawSink raw_sink, const UntypedFormatSpec& format, in FormatUntyped()
60 UntypedFormatSpec format(fmt); in TEST_F()97 UntypedFormatSpec format(" more %d"); in TEST_F()137 UntypedFormatSpec format("%d%n"); in TEST_F()203 UntypedFormatSpec format("hello %d"); in TEST_F()749 absl::UntypedFormatSpec f1("%f"); in TEST_F()
18 class UntypedFormatSpec; variable73 : public MakeDependent<UntypedFormatSpec, Args...>::type {74 using Base = typename MakeDependent<UntypedFormatSpec, Args...>::type;
32 class UntypedFormatSpec; variable87 : public MakeDependent<UntypedFormatSpec, Args...>::type {88 using Base = typename MakeDependent<UntypedFormatSpec, Args...>::type;
66 absl::UntypedFormatSpec format(formatStr); in ConsumedError()
88 absl::UntypedFormatSpec format(formatStr); in ConsumedError()111 absl::UntypedFormatSpec format(formatStr); in ConsumedError()