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

Method rfind

util/generic/strbase.h:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 inline size_t rfind(TCharType c) const noexcept {
411 return AsStringView().rfind(c);
412 }
413
414 inline size_t rfind(TCharType c, size_t pos) const noexcept {
415 if (pos == 0) {

Callers 4

WriteMethod · 0.45
BasenameMethod · 0.45
TestFindMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TestFindMethod · 0.36