HomeSort by relevance Sort by last modified time
    Searched refs:StringPrintfVector (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
stringprintf.h 65 // The max arguments supported by StringPrintfVector
70 // StringPrintfVector will LOG(FATAL) if v.size() > kStringPrintfVectorMaxArgs
71 LIBPROTOBUF_EXPORT extern string StringPrintfVector(const char* format, const vector<string>& v);
stringprintf.cc 140 string StringPrintfVector(const char* format, const vector<string>& v) {
142 << "StringPrintfVector currently only supports up to "

Completed in 945 milliseconds