MCPcopy Create free account
hub / github.com/apache/brpc / SplitStringAlongWhitespace

Function SplitStringAlongWhitespace

src/butil/strings/string_split.cc:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void SplitStringAlongWhitespace(const string16& str,
270 std::vector<string16>* result) {
271 SplitStringAlongWhitespaceT(str, result);
272}
273
274void SplitStringAlongWhitespace(const butil::StringPiece16& str,
275 std::vector<butil::StringPiece16>* result) {

Callers 1

TESTFunction · 0.85

Calls 1

Tested by 1

TESTFunction · 0.68