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

Method operator()

tools/fix_elf/patch.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 bool operator()(Elf64_Vernaux* v1, Elf64_Vernaux* v2) {
100 TStringBuf s1 = StrSect.GetStr(v1->vna_name);
101 TStringBuf s2 = StrSect.GetStr(v2->vna_name);
102
103 return NumericStrCmp(s1, s2) < 0;
104 }
105
106private:
107 TSection StrSect;

Callers

nothing calls this directly

Calls 2

NumericStrCmpFunction · 0.85
GetStrMethod · 0.80

Tested by

no test coverage detected