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

/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h206 // JoinStrings()
213 LIBPROTOBUF_EXPORT void JoinStrings(const vector<string>& components,
216 inline string JoinStrings(const vector<string>& components, function in namespace:google::protobuf
219 JoinStrings(components, delim, &result);
H A Dstrutil.cc231 // JoinStrings()
264 void JoinStrings(const vector<string>& components, function in namespace:google::protobuf

Completed in 89 milliseconds