Home
last modified time | relevance | path

Searched refs:StringAppendF (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/conformance/
H A Dconformance_test.cc180 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 Dconformance_test_runner.cc170 StringAppendF(&error_msg, in RunTest()
173 StringAppendF(&error_msg, in RunTest()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc66 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 Dstringprintf.h38 // StringAppendF(&result, "%d %s\n", 20, "there");
62 PROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...);
H A Dstringprintf.cc127 void StringAppendF(string* dst, const char* format, ...) { in StringAppendF() function
/third_party/gn/src/base/json/
H A Dstring_escape.cc106 base::StringAppendF(dest, kU16EscapeFormat, code_point); in EscapeSpecialCodePoint()
188 base::StringAppendF(&dest, kU16EscapeFormat, c); in EscapeBytesAsInvalidJSONString()
/third_party/gn/src/base/strings/
H A Dstringprintf.h32 void StringAppendF(std::string* dst,
H A Dstringprintf.cc35 // 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 Dcommand_line_interface.cc2487 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 Dtokenizer.cc951 StringAppendF(output, "\\U%08x", code_point); in AppendUTF8()

Completed in 9 milliseconds