Searched defs:JoinStrings (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h244 // JoinStrings()
251 LIBPROTOBUF_EXPORT void JoinStrings(const vector<string>& components,
254 inline string JoinStrings(const vector<string>& components, function in namespace:google::protobuf
257 JoinStrings(components, delim, &result);
H A Dstrutil.cc258 // JoinStrings()
291 void JoinStrings(const vector<string>& components, function in namespace:google::protobuf

Completed in 118 milliseconds