Searched refs:StringPrintfVector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.h65 // 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);
H A Dstringprintf.cc141 string StringPrintfVector(const char* format, const vector<string>& v) { function in namespace:google::protobuf
143 << "StringPrintfVector currently only supports up to "

Completed in 1681 milliseconds