Searched refs:StringAppendVTestHelper (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/base/strings/ |
H A D | stringprintf_unittest.cc | 21 static void StringAppendVTestHelper(std::basic_string<CharT>* out, in StringAppendVTestHelper() function 101 StringAppendVTestHelper(&out, "%d foo %s", 1, "bar"); in TEST() 127 StringAppendVTestHelper(&out, "%d foo %s", 1, "bar"); in TEST()
|
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | stringprintf_unittest.cc | 21 static void StringAppendVTestHelper(std::string* out, const char* format, ...) { in StringAppendVTestHelper() function 130 StringAppendVTestHelper(&out, "%d foo %s", 1, "bar"); in TEST() 178 StringAppendVTestHelper(&out, "%d foo %s", 1, "bar"); in TEST()
|