Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h186 LIBPROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full,
200 SplitStringAllowEmpty(full, delim, &result);
Dstrutil.cc224 void SplitStringAllowEmpty(const string& full, const char* delim, in SplitStringAllowEmpty() function