Searched refs:CountBitsSet (Results 1 – 3 of 3) sorted by relevance
184 ASSERT_EQ(0, v.CountBitsSet(begin, end)); in TEST()195 ASSERT_EQ(end - begin, v.CountBitsSet(begin, end)); in TEST()218 ASSERT_EQ(expected_popcount, v.CountBitsSet(begin, end)); in TEST()
65 int CountBitsSet(int begin, int end) const;
195 int YetAnotherBitVector::CountBitsSet(int begin, int end) const { in CountBitsSet() function in openscreen::YetAnotherBitVector