MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/digest/lower_case/hash_ops.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <util/generic/algorithm.h>
6
7size_t TCIOps::operator()(const TStringBuf& s) const noexcept {
8 return FnvCaseLess(s, (size_t)0xBEE);
9}
10
11size_t TCIOps::operator()(const char* s) const noexcept {
12 return operator()(TStringBuf(s));

Callers

nothing calls this directly

Calls 6

FnvCaseLessFunction · 0.85
operatorFunction · 0.85
EqualFunction · 0.50
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected