Searched refs:GetStorageSize (Results 1 – 5 of 5) sorted by relevance
39 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST_F()41 EXPECT_EQ(2U, bv.GetStorageSize()); in TEST_F()
73 return (storage_size_ == src->GetStorageSize()) && in Equal()
29 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()75 EXPECT_EQ(kWords, bv.GetStorageSize()); in TEST()
217 uint32_t GetStorageSize() const { in GetStorageSize() function
193 uint32_t not_in_size = not_in->GetStorageSize(); in UnionIfNotIn()