Searched refs:bit_storage_ (Results 1 – 2 of 2) sorted by relevance
29 DCHECK(bit_storage_ == other.bit_storage_);57 uint32_t word = bit_storage_[word_index]; in FindIndex()65 word = bit_storage_[word_index]; in FindIndex()71 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()76 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()
81 const uint32_t* const bit_storage_; variable