Searched refs:bit_storage_ (Results 1 – 2 of 2) sorted by relevance
27 DCHECK(bit_storage_ == other.bit_storage_);55 uint32_t word = bit_storage_[word_index]; in FindIndex()63 word = bit_storage_[word_index]; in FindIndex()
73 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()78 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()87 const uint32_t* const bit_storage_; variable