MCPcopy Create free account
hub / github.com/catboost/catboost / DoSplit2

Function DoSplit2

util/string/vector.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7template <class TConsumer, class TDelim, typename TChr>
8static inline void DoSplit2(TConsumer& c, TDelim& d, const TBasicStringBuf<TChr> str, int) {
9 SplitString(str.data(), str.data() + str.size(), d, c);
10}
11
12template <class TConsumer, class TDelim, typename TChr>
13static inline void DoSplit1(TConsumer& cc, TDelim& d, const TBasicStringBuf<TChr> str, int opts) {

Callers 1

DoSplit1Function · 0.85

Calls 3

SplitStringFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected