Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc60 SplitStringAllowEmpty(comments, "\n", &lines); in WriteDocCommentBodyImpl()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h227 PROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full,
241 SplitStringAllowEmpty(full, delim, &result);
Dstrutil.cc268 void SplitStringAllowEmpty(const string& full, const char* delim, in SplitStringAllowEmpty() function
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc934 SplitStringAllowEmpty(comments, "\n", &lines); in BuildCommentsString()