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