Home
last modified time | relevance | path

Searched defs:YetAnotherBitVector (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/util/
Dyet_another_bit_vector.cc32 YetAnotherBitVector::YetAnotherBitVector() : size_(0), bits_{.as_integer = 0} {} in YetAnotherBitVector() function in openscreen::YetAnotherBitVector
34 YetAnotherBitVector::YetAnotherBitVector(int size, in YetAnotherBitVector() function in openscreen::YetAnotherBitVector
45 YetAnotherBitVector::YetAnotherBitVector(YetAnotherBitVector&& other) in YetAnotherBitVector() function in openscreen::YetAnotherBitVector
Dyet_another_bit_vector_unittest.cc175 TEST(YetAnotherBitVector, CountsTheNumberOfBitsSet) { in TEST() argument