Home
last modified time | relevance | path

Searched refs:TestAllocatorTraits (Results 1 – 1 of 1) sorted by relevance

/system/utest/fbl/
A Dvector_tests.cpp133 struct TestAllocatorTraits : public DefaultAllocatorTraits { struct
160 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