Searched refs:GetRawStorage (Results 1 – 4 of 4) sorted by relevance
37 bit_storage_(bit_vector->GetRawStorage()), in Iterator()45 DCHECK_EQ(bit_storage_, p_bits_->GetRawStorage()); in Next()105 (memcmp(storage_, src->GetRawStorage(), storage_size_ * 4) == 0); in Equal()112 uint32_t* GetRawStorage() { return storage_; } in GetRawStorage() function113 const uint32_t* GetRawStorage() const { return storage_; } in GetRawStorage() function
93 memcpy(storage_, src->GetRawStorage(), sizeof(uint32_t) * storage_size_); in Copy()
153 T* GetRawStorage() const { return elem_list_; } in GetRawStorage() function
450 dest->GetRawStorage()[idx] |= src1->GetRawStorageWord(idx) & ~(src2->GetRawStorageWord(idx)); in ComputeSuccLineIn()