Home
last modified time | relevance | path

Searched defs:StrFormat (Results 1 – 3 of 3) sorted by relevance

/third_party/benchmark/src/
Dstring_util.cc147 std::string StrFormat(const char* format, ...) { in StrFormat() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format.h338 ABSL_MUST_USE_RESULT std::string StrFormat(const FormatSpec<Args...>& format, in StrFormat() function
Dstr_format_test.cc350 TEST(StrFormat, BehavesAsDocumented) { in TEST() argument