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

Method GetChunkCapacity

util/generic/bitmap.h:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 Y_FORCE_INLINE static constexpr size_t GetChunkCapacity() noexcept {
188 return Size;
189 }
190
191 // Returns true if the resulting storage capacity is enough to fit the requested size
192 Y_FORCE_INLINE static constexpr bool ExpandBitSize(const size_t bitSize) noexcept {

Callers 15

TBitMapOpsMethod · 0.45
TBitMapOpsClass · 0.45
GetMethod · 0.45
ExportMethod · 0.45
ValueBitCountMethod · 0.45
EmptyMethod · 0.45
HasAnyMethod · 0.45
HasAllMethod · 0.45
EqualMethod · 0.45
CompareMethod · 0.45
FirstNonZeroBitMethod · 0.45
NextNonZeroBitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected