Searched refs:omit_empty_strings (Results 1 – 6 of 6) sorted by relevance
20 bool omit_empty_strings) { in SplitStringPieceToVector() argument30 if (e != s || !omit_empty_strings) { in SplitStringPieceToVector()39 if (e != s || !omit_empty_strings) { in SplitStringPieceToVector()55 if (e != s || !omit_empty_strings) { in SplitStringPieceToVector()64 if (e != s || !omit_empty_strings) { in SplitStringPieceToVector()
19 bool omit_empty_strings);
33 bool omit_empty_strings) { in SplitToVector() argument38 if (!omit_empty_strings || full[0] != '\0') in SplitToVector()
111 bool omit_empty_strings) { in SplitToVector() argument114 if (omit_empty_strings && next[0] == '\0') continue; in SplitToVector()
265 vector<char *> *vec, bool omit_empty_strings);
60 std::vector<char *> *vec, bool omit_empty_strings);