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

Method find_first_not_of

util/generic/strbase.h:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 inline size_t find_first_not_of(TCharType c) const noexcept {
459 return find_first_not_of(c, 0);
460 }
461
462 inline size_t find_first_not_of(TCharType c, size_t pos) const noexcept {
463 return find_first_not_of(TStringView(&c, 1), pos);

Callers 8

TestZeroMethod · 0.45
findMethod · 0.45
TrimLeadingWhitespacesFunction · 0.45
TrimFunction · 0.45
TestFindMethod · 0.45
TestZeroMethod · 0.45
findMethod · 0.45
TAlignmentCalcerMethod · 0.45

Calls 3

find_first_not_ofFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 3

TestZeroMethod · 0.36
TestFindMethod · 0.36
TestZeroMethod · 0.36