Searched defs:StrFormat (Results 1 – 3 of 3) sorted by relevance
147 std::string StrFormat(const char* format, ...) { in StrFormat() function
338 ABSL_MUST_USE_RESULT std::string StrFormat(const FormatSpec<Args...>& format, in StrFormat() function
350 TEST(StrFormat, BehavesAsDocumented) { in TEST() argument