Home
last modified time | relevance | path

Searched refs:UntypedFormatSpec (Results 1 – 8 of 8) sorted by relevance

/third_party/abseil-cpp/absl/strings/
Dstr_format.h96 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() function
105 explicit UntypedFormatSpec(const str_format_internal::ParsedFormatBase* pc) in UntypedFormatSpec() function
563 FormatRawSink raw_sink, const UntypedFormatSpec& format, in FormatUntyped()
Dstr_format_test.cc47 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()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format.h96 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() function
105 explicit UntypedFormatSpec(const str_format_internal::ParsedFormatBase* pc) in UntypedFormatSpec() function
562 FormatRawSink raw_sink, const UntypedFormatSpec& format, in FormatUntyped()
Dstr_format_test.cc60 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()
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.h18 class UntypedFormatSpec; variable
73 : public MakeDependent<UntypedFormatSpec, Args...>::type {
74 using Base = typename MakeDependent<UntypedFormatSpec, Args...>::type;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind.h32 class UntypedFormatSpec; variable
87 : public MakeDependent<UntypedFormatSpec, Args...>::type {
88 using Base = typename MakeDependent<UntypedFormatSpec, Args...>::type;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DEncodingContext.h66 absl::UntypedFormatSpec format(formatStr); in ConsumedError()
DDevice.h88 absl::UntypedFormatSpec format(formatStr); in ConsumedError()
111 absl::UntypedFormatSpec format(formatStr); in ConsumedError()