Searched defs:StringAppendF (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | stringprintf.cc | 163 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function 171 void StringAppendF(std::wstring* dst, const wchar_t* format, ...) { in StringAppendF() function
|
/aosp_15_r20/system/libbase/ |
H A D | stringprintf.cpp | 77 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
|
H A D | stringprintf_test.cpp | 29 TEST(StringPrintfTest, StringAppendF) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | stringprintf.cc | 34 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringprintf.cc | 125 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | stringprintf.cc | 125 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
|
/aosp_15_r20/external/regex-re2/util/ |
H A D | strutil.cc | 157 void StringAppendF(string* dst, const char* format, ...) { in StringAppendF() function
|