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

Method Get

util/generic/bitmap.h:564–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 }
563
564 Y_FORCE_INLINE bool Get(size_t pos) const {
565 if ((pos >> DivCount) < Mask.GetChunkCapacity()) {
566 return Mask.Data[pos >> DivCount] & (static_cast<TChunk>(1) << (pos & ModMask));
567 }
568 return false;
569 }
570
571 template <class TTo>
572 void Export(size_t pos, TTo& to) const {

Callers 2

SwapMethod · 0.45
ExpandSizeMethod · 0.45

Calls 1

GetChunkCapacityMethod · 0.45

Tested by

no test coverage detected