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 D | bind.cc | 195 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 D | bind.h | 183 bool FormatUntyped(FormatRawSinkImpl raw_sink,
|
H A D | convert_test.cc | 1054 return FormatUntyped(&sink, UntypedFormatSpecImpl(fmt), absl::MakeSpan(args)); in FormatWithNullSink()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_format.h | 62 // * 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 D | str_format_test.cc | 62 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 D | EncodingContext.h | 67 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
|
H A D | Device.h | 89 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