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

Method NextTok

library/cpp/deprecated/split/split_iterator.h:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 TStringBuf NextTok() {
281 if (Eof())
282 return TStringBuf();
283 TSizeTRegion region = Next();
284 return TStringBuf(Split.Str + region.Begin, region.End - region.Begin);
285 }
286
287 const TString& NextString() {
288 if (!CurrentStroka)

Callers 11

FromFeaturesStringMethod · 0.45
ApplyHeaderLineMethod · 0.45
ScanKeyValueFunction · 0.45
ParseOptArgMethod · 0.45
HandleOptMethod · 0.45
PrintSvnVersionAndExitExFunction · 0.45
TryParseEnumFunction · 0.45
MatchDomainNameFunction · 0.45
ParseUserInfoFunction · 0.45
GetValuePtrByPathFunction · 0.45
GetValuePtrByPathFunction · 0.45

Calls 1

NextFunction · 0.50

Tested by

no test coverage detected