Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h231 PROTOBUF_EXPORT void SplitStringAllowEmpty(StringPiece full, const char* delim,
244 SplitStringAllowEmpty(full, delim, &result);
Dstrutil.cc249 void SplitStringAllowEmpty(StringPiece full, const char *delim, in SplitStringAllowEmpty() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h231 PROTOBUF_EXPORT void SplitStringAllowEmpty(StringPiece full, const char* delim,
244 SplitStringAllowEmpty(full, delim, &result);
Dstrutil.cc249 void SplitStringAllowEmpty(StringPiece full, const char *delim, in SplitStringAllowEmpty() function