Searched refs:StringAppendF (Results 1 - 10 of 10) sorted by relevance
/third_party/protobuf/conformance/ |
H A D | conformance_test.cc | 180 StringAppendF(&output_, in ReportSuccess() 199 StringAppendF(&output_, "WARNING, test=%s: ", test_name.c_str()); in ReportFailure() 201 StringAppendF(&output_, "ERROR, test=%s: ", test_name.c_str()); in ReportFailure() 208 StringAppendF(&output_, " request=%s, response=%s\n", in ReportFailure() 217 StringAppendF(&output_, "SKIPPED, test=%s request=%s, response=%s\n", in ReportSkip() 329 StringAppendF(&output_, in RunTest() 344 StringAppendF(&output_, "\n"); in CheckSetEmpty() 345 StringAppendF(&output_, "%s\n\n", msg.c_str()); in CheckSetEmpty() 348 StringAppendF(&output_, " %s\n", iter->c_str()); in CheckSetEmpty() 350 StringAppendF( in CheckSetEmpty() [all...] |
H A D | conformance_test_runner.cc | 170 StringAppendF(&error_msg, in RunTest() 173 StringAppendF(&error_msg, in RunTest()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringprintf_unittest.cc | 66 StringAppendF(&value, "%s", empty); in TEST() 72 StringAppendF(&value, "%s", ""); in TEST() 78 StringAppendF(&value, " %s", "World"); in TEST() 84 StringAppendF(&value, " %d", 123); in TEST()
|
H A D | stringprintf.h | 38 // StringAppendF(&result, "%d %s\n", 20, "there"); 62 PROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...);
|
H A D | stringprintf.cc | 127 void StringAppendF(string* dst, const char* format, ...) { in StringAppendF() function
|
/third_party/gn/src/base/json/ |
H A D | string_escape.cc | 106 base::StringAppendF(dest, kU16EscapeFormat, code_point); in EscapeSpecialCodePoint() 188 base::StringAppendF(&dest, kU16EscapeFormat, c); in EscapeBytesAsInvalidJSONString()
|
/third_party/gn/src/base/strings/ |
H A D | stringprintf.h | 32 void StringAppendF(std::string* dst,
|
H A D | stringprintf.cc | 35 // Templatized backend for StringPrintF/StringAppendF. This does not finalize 131 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 2487 StringAppendF(&output, "%-35s free:", name.c_str()); in FormatFreeFieldNumbers() 2498 StringAppendF(&output, " %d", next_free_number); in FormatFreeFieldNumbers() 2501 StringAppendF(&output, " %d-%d", next_free_number, i->first - 1); in FormatFreeFieldNumbers() 2507 StringAppendF(&output, " %d-INF", next_free_number); in FormatFreeFieldNumbers()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 951 StringAppendF(output, "\\U%08x", code_point); in AppendUTF8()
|
Completed in 9 milliseconds