Searched refs:SplitStringAllowEmpty (Results 1 – 4 of 4) sorted by relevance
60 SplitStringAllowEmpty(comments, "\n", &lines); in WriteDocCommentBodyImpl()
227 PROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full,241 SplitStringAllowEmpty(full, delim, &result);
268 void SplitStringAllowEmpty(const string& full, const char* delim, in SplitStringAllowEmpty() function
934 SplitStringAllowEmpty(comments, "\n", &lines); in BuildCommentsString()