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

Method GetEntryCount

tools/fix_elf/patch.h:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 size_t GetEntryCount() const noexcept {
122 return GetSize() / This->sh_entsize;
123 }
124
125 template<typename TTo = char>
126 TTo* GetEntry(size_t i) const noexcept {

Callers 4

ProcessFileFunction · 0.80
PatchFunction · 0.80
PatchGnuUniqueFunction · 0.80
TestClearMethod · 0.80

Calls 1

GetSizeFunction · 0.50

Tested by 1

TestClearMethod · 0.64