Searched refs:GetStorageSize (Results 1 – 6 of 6) sorted by relevance
28 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()30 EXPECT_EQ(2U, bv.GetStorageSize()); in TEST()
415 if (dest->GetStorageSize() != src1->GetStorageSize() || in ComputeSuccLineIn()416 dest->GetStorageSize() != src2->GetStorageSize() || in ComputeSuccLineIn()423 for (idx = 0; idx < dest->GetStorageSize(); idx++) { in ComputeSuccLineIn()
73 return (storage_size_ == src->GetStorageSize()) && in Equal()
29 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()75 EXPECT_EQ(kWords, bv.GetStorageSize()); in TEST()
202 uint32_t GetStorageSize() const { in GetStorageSize() function
193 uint32_t not_in_size = not_in->GetStorageSize(); in UnionIfNotIn()