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

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h184 // JoinStrings()
191 LIBPROTOBUF_EXPORT void JoinStrings(const vector<string>& components,
194 inline string JoinStrings(const vector<string>& components, function in namespace:google::protobuf
197 JoinStrings(components, delim, &result);
H A Dstrutil.cc231 // JoinStrings()
264 void JoinStrings(const vector<string>& components, function in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h172 // JoinStrings()
179 LIBPROTOBUF_EXPORT void JoinStrings(const vector<string>& components,
182 inline string JoinStrings(const vector<string>& components, function in namespace:google::protobuf
185 JoinStrings(components, delim, &result);
H A Dstrutil.cc193 // JoinStrings()
226 void JoinStrings(const vector<string>& components, function in namespace:google::protobuf

Completed in 104 milliseconds