Searched refs:TestAllocatorTraits (Results 1 – 1 of 1) sorted by relevance
133 struct TestAllocatorTraits : public DefaultAllocatorTraits { struct160 fbl::Vector<ItemType, TestAllocatorTraits> vector; in VectorTestAccessRelease()194 struct CountedAllocatorTraits : public TestAllocatorTraits {197 return TestAllocatorTraits::Allocate(size); in Allocate()292 fbl::Vector<ItemType, TestAllocatorTraits> vector; in VectorTestPushBackBeyondCapacity()323 fbl::Vector<ItemType, TestAllocatorTraits> vector; in VectorTestPushBackByConstRefBeyondCapacity()355 fbl::Vector<ItemType, TestAllocatorTraits> vector; in VectorTestPopBack()596 fbl::Vector<ItemType, TestAllocatorTraits> vector; in VectorTestIterator()637 fbl::Vector<ItemType, TestAllocatorTraits> vector; in VectorTestInsertDelete()705 fbl::Vector<ItemType, TestAllocatorTraits> vector; in VectorTestNoAllocCheck()[all …]
Completed in 4 milliseconds