Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Write
Method · 0.45
Basename
Method · 0.45
TestFind
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
1
TestFind
Method · 0.36