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

Method Size

util/generic/bitmap.h:619–621  ·  view source on GitHub ↗

Returns bits capacity

Source from the content-addressed store, hash-verified

617
618 // Returns bits capacity
619 Y_FORCE_INLINE constexpr size_t Size() const noexcept {
620 return Mask.GetBitCapacity();
621 }
622
623 Y_FORCE_INLINE void Reserve(size_t bitCount) {
624 Y_ABORT_UNLESS(Mask.ExpandBitSize(bitCount), "Exceeding bitmap storage capacity");

Callers 1

TBitMapOpsClass · 0.45

Calls 1

GetBitCapacityMethod · 0.45

Tested by

no test coverage detected