HomeSort by relevance Sort by last modified time
    Searched defs:StringAppendF (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/strings/
stringprintf.cc 44 // Templatized backend for StringPrintF/StringAppendF. This does not finalize
163 void StringAppendF(std::string* dst, const char* format, ...) {
171 void StringAppendF(std::wstring* dst, const wchar_t* format, ...) {
  /external/protobuf/src/google/protobuf/stubs/
stringprintf.cc 125 void StringAppendF(string* dst, const char* format, ...) {
  /external/gflags/src/
util.h 325 inline void StringAppendF(std::string* output, const char* format, ...) {
  /external/protobuf/conformance/
conformance_test.cc 175 StringAppendF(&output_,
193 StringAppendF(&output_, "ERROR, test=%s: ", test_name.c_str());
200 StringAppendF(&output_, " request=%s, response=%s\n",
209 StringAppendF(&output_, "SKIPPED, test=%s request=%s, response=%s\n",
235 StringAppendF(&output_, "conformance test: name=%s, request=%s, response=%s\n",
589 StringAppendF(&output_, "\n");
590 StringAppendF(&output_, "%s:\n", msg);
593 StringAppendF(&output_, " %s\n", iter->c_str());
595 StringAppendF(&output_, "\n");
    [all...]

Completed in 690 milliseconds