Home
last modified time | relevance | path

Searched refs:CountBitsSet (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/util/
Dyet_another_bit_vector_unittest.cc184 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()
Dyet_another_bit_vector.h65 int CountBitsSet(int begin, int end) const;
Dyet_another_bit_vector.cc195 int YetAnotherBitVector::CountBitsSet(int begin, int end) const { in CountBitsSet() function in openscreen::YetAnotherBitVector