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

Method RNextTok

util/generic/strbuf.h:422–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 bool RNextTok(TCharType delim, TdSelf& tok) {
423 return RNextTokTemplate(delim, tok);
424 }
425
426 bool RNextTok(TdSelf delim, TdSelf& tok) {
427 return RNextTokTemplate(delim, tok);

Callers 5

StripFileNameFunction · 0.80
StripFileNameFunction · 0.80
StripFileNameFunction · 0.80
Y_UNIT_TESTFunction · 0.80
WinSymLinkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected