Home
last modified time | relevance | path

Searched defs:allocator2 (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/unordered/test/unordered/
Dallocator_traits.cpp186 template <typename T> struct allocator2 : allocator2_base<allocator2<T> > struct
193 ALLOCATOR_METHODS(allocator2) argument
203 typedef allocator2<int> allocator; in test_allocator2() argument
/third_party/boost/libs/unordered/test/objects/
Dexception.hpp545 template <class T> class allocator2 class
562 explicit allocator2(int t = 0) : tag_(t) in allocator2() function in test::exception::allocator2
571 allocator2(allocator<T> const& x) : tag_(x.tag_) in allocator2() function in test::exception::allocator2
576 template <class Y> allocator2(allocator2<Y> const& x) : tag_(x.tag_) in allocator2() function in test::exception::allocator2
581 allocator2(allocator2 const& x) : tag_(x.tag_) in allocator2() function in test::exception::allocator2
Dtest.hpp582 template <class T> class allocator2 class
607 allocator2() : tag_(0) { detail::tracker.allocator_ref(); } in allocator2() function in test::allocator2
609 explicit allocator2(int t) : tag_(t) { detail::tracker.allocator_ref(); } in allocator2() function in test::allocator2
611 template <class Y> allocator2(allocator2<Y> const& x) : tag_(x.tag_) in allocator2() function in test::allocator2
616 allocator2(allocator2 const& x) : tag_(x.tag_) in allocator2() function in test::allocator2
/third_party/abseil-cpp/absl/container/
Dbtree_test.cc675 PropagatingCountingAlloc<T> allocator2(&bytes2); in BtreeAllocatorTest() local
2267 PropagatingCountingAlloc<MovableOnlyInstance> allocator2(&bytes2); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc676 PropagatingCountingAlloc<T> allocator2(&bytes2); in BtreeAllocatorTest() local
2401 PropagatingCountingAlloc<MovableOnlyInstance> allocator2(&bytes2); in TEST() local