Home
last modified time | relevance | path

Searched refs:FormatUntyped (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.cc195 bool FormatUntyped(FormatRawSinkImpl raw_sink, in FormatUntyped() function
204 if (!FormatUntyped(&os, format_, args_)) os.setstate(std::ios::failbit); in Print()
211 if (ABSL_PREDICT_FALSE(!FormatUntyped(out, format, args))) { in AppendPack()
220 if (ABSL_PREDICT_FALSE(!FormatUntyped(&out, format, args))) { in FormatPack()
229 if (!FormatUntyped(&sink, format, args)) { in FprintF()
247 if (!FormatUntyped(&sink, format, args)) { in SnprintF()
H A Dbind.h183 bool FormatUntyped(FormatRawSinkImpl raw_sink,
H A Dconvert_test.cc1054 return FormatUntyped(&sink, UntypedFormatSpecImpl(fmt), absl::MakeSpan(args)); in FormatWithNullSink()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format.h62 // * A `FormatUntyped()` function that is similar to `Format()` except it is
63 // loosely typed. `FormatUntyped()` is not a template and does not perform
89 // `FormatUntyped()`.
95 // CHECK(absl::FormatUntyped(&out, format, {absl::FormatArg(1)}));
506 return str_format_internal::FormatUntyped( in Format()
515 // `FormatUntyped()`. You may construct `FormatArg` by passing
522 // FormatUntyped()
551 // // FormatUntyped.
555 // if (!absl::FormatUntyped(&out, format, args)) {
561 ABSL_MUST_USE_RESULT inline bool FormatUntyped( in FormatUntyped() function
[all...]
H A Dstr_format_test.cc62 EXPECT_TRUE(FormatUntyped(&actual, format, args)); in TEST_F()
76 EXPECT_TRUE(str_format_internal::FormatUntyped( in TEST_F()
750 // FormatUntyped will return false for bad character. in TEST_F()
751 EXPECT_FALSE(absl::FormatUntyped(&actual, f1, {absl::FormatArg(p)})); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEncodingContext.h67 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
H A DDevice.h89 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
112 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()

Completed in 7 milliseconds