Searched refs:bit_storage_ (Results 1 – 1 of 1) sorted by relevance
52 DCHECK(bit_storage_ == other.bit_storage_);88 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()93 : bit_storage_(bit_vector->GetRawStorage()), in IndexIterator()107 uint32_t word = bit_storage_[word_index]; in FindIndex()115 word = bit_storage_[word_index]; in FindIndex()120 const uint32_t* const bit_storage_; variable