D | bit_vector_test.cc | 31 BitVector bv(kBits, false, Allocator::GetMallocAllocator()); in TEST() local 92 BitVector bv(32, false, &alloc); in TEST() local 103 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits); in TEST() local 160 BitVector bv(false, Allocator::GetNoopAllocator(), kWords, bits); in TEST() local 246 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local 256 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local 271 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local 288 BitVector bv(0, true, Allocator::GetMallocAllocator()); in TEST() local 302 BitVector bv(16, false, Allocator::GetMallocAllocator()); in TEST() local 348 BitVector bv(16, false, &alloc); in TEST() local
|