Searched refs:SplitStringAllowEmpty (Results 1 – 3 of 3) sorted by relevance
224 LIBPROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full,238 SplitStringAllowEmpty(full, delim, &result);
251 void SplitStringAllowEmpty(const string& full, const char* delim, in SplitStringAllowEmpty() function
818 SplitStringAllowEmpty(comments, "\n", &lines); in BuildCommentsString()