Searched defs:allocator1 (Results 1 – 8 of 8) sorted by relevance
135 template <typename T> struct allocator1 struct138 ALLOCATOR_METHODS(allocator1) argument145 allocator1<T> select_on_container_copy_construction() const in select_on_container_copy_construction() argument
66 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST() local102 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST() local193 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST() local
67 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST() local103 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST() local194 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST() local
349 template <class T> class allocator1 class361 allocator1() : tag_(0) { detail::tracker.allocator_ref(); } in allocator1() function in test::allocator1363 explicit allocator1(int t) : tag_(t) { detail::tracker.allocator_ref(); } in allocator1() function in test::allocator1365 template <class Y> allocator1(allocator1<Y> const& x) : tag_(x.tag_) in allocator1() function in test::allocator1370 allocator1(allocator1 const& x) : tag_(x.tag_) in allocator1() function in test::allocator1
675 PropagatingCountingAlloc<T> allocator1(&bytes1); in BtreeAllocatorTest() local2361 PropagatingCountingAlloc<MovableOnlyInstance> allocator1(&bytes1); in TEST() local
682 PropagatingCountingAlloc<T> allocator1(&bytes1); in BtreeAllocatorTest() local2438 PropagatingCountingAlloc<MovableOnlyInstance> allocator1(&bytes1); in TEST() local
692 PropagatingCountingAlloc<T> allocator1(&bytes1); in BtreeAllocatorTest() local2521 PropagatingCountingAlloc<MovableOnlyInstance> allocator1(&bytes1); in TEST() local