Home
last modified time | relevance | path

Searched refs:SplitStringAllowEmpty (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h224 LIBPROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full,
238 SplitStringAllowEmpty(full, delim, &result);
Dstrutil.cc251 void SplitStringAllowEmpty(const string& full, const char* delim, in SplitStringAllowEmpty() function
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc818 SplitStringAllowEmpty(comments, "\n", &lines); in BuildCommentsString()