MCPcopy Create free account
hub / github.com/devsisters/libquic / SplitStringPieceUsingSubstr

Function SplitStringPieceUsingSubstr

src/base/strings/string_split.cc:244–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244std::vector<StringPiece16> SplitStringPieceUsingSubstr(
245 StringPiece16 input,
246 StringPiece16 delimiter,
247 WhitespaceHandling whitespace,
248 SplitResult result_type) {
249 std::vector<StringPiece16> result;
250 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result);
251 return result;
252}
253
254std::vector<StringPiece> SplitStringPieceUsingSubstr(
255 StringPiece input,

Callers

nothing calls this directly

Calls 1

SplitStringUsingSubstrTFunction · 0.85

Tested by

no test coverage detected