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

Function SplitString

src/butil/strings/string_split.cc:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129} // namespace
130
131void SplitString(const string16& str,
132 char16 c,
133 std::vector<string16>* r) {
134 DCHECK(CBU16_IS_SINGLE(c));
135 SplitStringT(str, c, true, r);
136}
137
138void SplitString(const butil::StringPiece16& str,
139 char16 c,

Callers 4

DoRegisterMethod · 0.50
ParseVersionNumbersFunction · 0.50
ParseProcMapsFunction · 0.50

Calls 1

SplitStringTFunction · 0.85

Tested by

no test coverage detected