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

Function SplitStringDontTrim

src/butil/strings/string_split.cc:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void SplitStringDontTrim(const string16& str,
234 char16 c,
235 std::vector<string16>* r) {
236 DCHECK(CBU16_IS_SINGLE(c));
237 SplitStringT(str, c, false, r);
238}
239
240void SplitStringDontTrim(const butil::StringPiece16& str,
241 char16 c,

Callers 1

TESTFunction · 0.85

Calls 2

SplitStringTFunction · 0.85
IsStringUTF8Function · 0.85

Tested by 1

TESTFunction · 0.68