Lines Matching refs:BitVector

25 TEST(BitVector, Test) {  in TEST()  argument
28 BitVector bv(kBits, false, Allocator::GetMallocAllocator()); in TEST()
58 BitVector::IndexIterator iterator = bv.Indexes().begin(); in TEST()
68 TEST(BitVector, NoopAllocator) { in TEST() argument
74 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits); in TEST()
125 TEST(BitVector, SetInitialBits) { in TEST() argument
131 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits); in TEST()
144 TEST(BitVector, UnionIfNotIn) { in TEST() argument
146 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST()
147 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
148 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST()
158 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST()
159 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
160 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST()
170 TEST(BitVector, Subset) { in TEST() argument
172 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST()
173 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
181 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST()
182 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
191 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST()
192 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST()
214 TEST(BitVector, CopyTo) { in TEST() argument
217 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()
227 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()
242 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()
259 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST()