Searched refs:GetOnesCount (Results 1 – 2 of 2) sorted by relevance
73 if (bit_index >= GetOnesCount()) return Bits(); in Select1()93 if (bit_index >= Bits() - GetOnesCount()) return Bits(); in Select0()
71 size_t GetOnesCount() const { in GetOnesCount() function