Home
last modified time | relevance | path

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

/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 …]
/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
/external/clang/test/SemaCXX/
DPR9908.cpp11 struct allocator_traits struct
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument
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
/external/cronet/tot/third_party/libc++/src/test/libcxx/diagnostics/
Dmemory.nodiscard.verify.cpp28 std::allocator_traits<std::allocator<int>> allocator_traits; in test_allocator_traits() local
/external/cronet/stable/third_party/libc++/src/test/libcxx/diagnostics/
Dmemory.nodiscard.verify.cpp28 std::allocator_traits<std::allocator<int>> allocator_traits; in test_allocator_traits() local
/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 …]
/external/cronet/stable/third_party/libc++/src/test/support/
Dtest_allocator.h396 typedef std::allocator_traits<std::allocator<control_block> > allocator_traits; in ~thread_unsafe_shared_ptr() typedef
426 typedef std::allocator_traits<std::allocator<control_block_type> > allocator_traits; in make_thread_unsafe_shared() typedef
/external/cronet/tot/third_party/libc++/src/test/support/
Dtest_allocator.h396 typedef std::allocator_traits<std::allocator<control_block> > allocator_traits; in ~thread_unsafe_shared_ptr() typedef
426 typedef std::allocator_traits<std::allocator<control_block_type> > allocator_traits; in make_thread_unsafe_shared() typedef