Home
last modified time | relevance | path

Searched defs:allocator_traits (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dallocator_traits.hpp140 struct allocator_traits struct
143 typedef Allocator allocator_type;
145 typedef typename allocator_type::value_type value_type;
150 typedef unspecified pointer;
153 typedef see_documentation const_pointer;
156 typedef see_documentation reference;
159 typedef see_documentation const_reference;
162 typedef see_documentation void_pointer;
165 typedef see_documentation const_void_pointer;
168 typedef see_documentation difference_type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dallocator_traits.hpp55 struct allocator_traits:std::allocator_traits<Allocator> struct
59 typedef std::allocator_traits<Allocator> super;
63 typedef allocator_is_always_equal<Allocator> is_always_equal;
66 struct rebind_alloc
72 struct rebind_traits
/aosp_15_r20/external/clang/test/SemaCXX/
H A DPR9908.cpp11 struct allocator_traits struct
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument
H A DPR9902.cpp17 struct allocator_traits struct
19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; argument
20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp1235 template <typename Alloc> struct allocator_traits struct
1237 typedef Alloc allocator_type;
1238 typedef typename Alloc::value_type value_type;
1241 Alloc, pointer, value_type*) pointer;
1244 struct pointer_to_other : boost::pointer_to_other<pointer, T>
1271 boost::unordered::detail::allocator_traits<rebind_alloc<T> >;
1274 static pointer allocate(Alloc& a, size_type n) { return a.allocate(n); } in allocate()
1282 static void deallocate(Alloc& a, pointer p, size_type n) in deallocate()
1294 construct(Alloc& a, T* p, BOOST_FWD_REF(Args)... x) in construct()
1303 construct(Alloc&, T* p, BOOST_FWD_REF(Args)... x) in construct()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_allocator.h397 typedef std::allocator_traits<std::allocator<control_block> > allocator_traits; in ~thread_unsafe_shared_ptr() typedef
427 typedef std::allocator_traits<std::allocator<control_block_type> > allocator_traits; in make_thread_unsafe_shared() typedef