Searched refs:GetStorageSize (Results 1 – 5 of 5) sorted by relevance
28 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()30 EXPECT_EQ(2U, bv.GetStorageSize()); in TEST()
28 EXPECT_EQ(1U, bv.GetStorageSize()); in TEST()74 EXPECT_EQ(kWords, bv.GetStorageSize()); in TEST()
170 return (storage_size_ == src->GetStorageSize()) && in Equal()190 uint32_t GetStorageSize() const { return storage_size_; } in GetStorageSize() function
220 uint32_t not_in_size = not_in->GetStorageSize(); in UnionIfNotIn()
440 if (dest->GetStorageSize() != src1->GetStorageSize() || in ComputeSuccLineIn()441 dest->GetStorageSize() != src2->GetStorageSize() || in ComputeSuccLineIn()448 for (idx = 0; idx < dest->GetStorageSize(); idx++) { in ComputeSuccLineIn()