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

Method NextTok

util/generic/strbuf.h:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 }
413
414 bool NextTok(TCharType delim, TdSelf& tok) {
415 return NextTokTemplate(delim, tok);
416 }
417
418 bool NextTok(TdSelf delim, TdSelf& tok) {
419 return NextTokTemplate(delim, tok);

Callers 5

NextMethod · 0.45
Y_UNIT_TESTFunction · 0.45
GetMemInfoFunction · 0.45
TAlignmentCalcerMethod · 0.45
GetNextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected