Searched refs:StrAppendFormat (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_format_test.cc | 89 std::string& r = StrAppendFormat(&s, "%d", 123); in TEST_F() 159 StrAppendFormat(&s, "%s: %n%s\n", "(1,1)", FormatCountCapture(&n), "(1,2)"); in TEST_F() 160 StrAppendFormat(&s, "%*s%s\n", n, "", "(2,2)"); in TEST_F() 767 absl::StrAppendFormat(out, "%d", i); in CodegenAbslStrAppendFormatInt() 773 absl::StrAppendFormat(out, "%d %s %d", i, s, i64); in CodegenAbslStrAppendFormatIntStringInt64()
|
H A D | str_format.h | 35 // * `absl::StrAppendFormat()` to append a format string to a `string` 345 // StrAppendFormat() 354 // std::cout << StrAppendFormat(&orig, "%12.6f", 3.14); 356 std::string& StrAppendFormat(std::string* dst, in StrAppendFormat() function 497 // `absl::Format()` is a generic version of `absl::StrAppendFormat()`, for
|
Completed in 4 milliseconds