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

Method find_first_of

util/generic/strbase.h:442–444  ·  view source on GitHub ↗

~~~~Character Set Search~~~

Source from the content-addressed store, hash-verified

440
441 //~~~~Character Set Search~~~
442 inline size_t find_first_of(TCharType c) const noexcept {
443 return find_first_of(c, 0);
444 }
445
446 inline size_t find_first_of(TCharType c, size_t pos) const noexcept {
447 return find(c, pos);

Callers 15

ChunkedContentParserMethod · 0.45
TestZeroMethod · 0.45
findMethod · 0.45
GuessTypeByWordTFunction · 0.45
SplitUserInfoFunction · 0.45
TParsedLocationMethod · 0.45
GetCapturedStringMethod · 0.45
LanguageByNameMethod · 0.45
TestFindMethod · 0.45
TestZeroMethod · 0.45
findMethod · 0.45

Calls 4

find_first_ofFunction · 0.50
findFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by 3

TestZeroMethod · 0.36
TestFindMethod · 0.36
TestZeroMethod · 0.36