Searched refs:StreamFormat (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | spy_hash_state.h | 132 out << absl::StreamFormat("\n0x%04x: ", offset); in operator <<() 137 out << absl::StreamFormat("%02x", c); in operator <<()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_format_test.cc | 184 oss << StreamFormat(*parsed, 123, 3, 49, "multistreaming!!!", 1.01, 1.01); in TEST_F() 196 oss << StreamFormat("hello %d", 123); in TEST_F() 249 EXPECT_EQ("123", StrFormat("%s", FormatStreamed(StreamFormat("%d", 123)))); in TEST_F()
|
H A D | str_format.h | 36 // * `absl::StreamFormat()` to more efficiently write a format string to a 364 // StreamFormat() 373 // std::cout << StreamFormat("%12.6f", 3.14); 375 ABSL_MUST_USE_RESULT str_format_internal::Streamable StreamFormat( in StreamFormat() function
|
Completed in 6 milliseconds