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

Function SplitStringUsingSubstr

src/butil/strings/string_split.cc:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void SplitStringUsingSubstr(const string16& str,
210 const string16& s,
211 std::vector<string16>* r) {
212 SplitStringUsingSubstrT(str, s, r);
213}
214
215void SplitStringUsingSubstr(const butil::StringPiece16& str,
216 const butil::StringPiece16& s,

Callers 1

TESTFunction · 0.85

Calls 1

SplitStringUsingSubstrTFunction · 0.85

Tested by 1

TESTFunction · 0.68