Home
last modified time | relevance | path

Searched refs:UntypedFormatSpec (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format.h85 // UntypedFormatSpec
88 // points. An `UntypedFormatSpec` is specifically used as an argument to
93 // absl::UntypedFormatSpec format("%d");
96 class UntypedFormatSpec { class
98 UntypedFormatSpec() = delete;
99 UntypedFormatSpec(const UntypedFormatSpec&) = delete;
100 UntypedFormatSpec& operator=(const UntypedFormatSpec&) = delete;
102 explicit UntypedFormatSpec(string_vie function in absl::UntypedFormatSpec
105 explicit UntypedFormatSpec(const str_format_internal::ParsedFormatBase* pc) UntypedFormatSpec() function in absl::UntypedFormatSpec
[all...]
H A 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/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h32 class UntypedFormatSpec;
87 : public MakeDependent<UntypedFormatSpec, Args...>::type {
88 using Base = typename MakeDependent<UntypedFormatSpec, Args...>::type;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEncodingContext.h66 absl::UntypedFormatSpec format(formatStr); in ConsumedError()
H A DDevice.h88 absl::UntypedFormatSpec format(formatStr); in ConsumedError()
111 absl::UntypedFormatSpec format(formatStr); in ConsumedError()

Completed in 5 milliseconds