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