Searched refs:real_allocator (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/container/detail/ |
D | container_rebind.hpp | 37 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 44 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 68 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 76 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 84 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 92 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 100 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 108 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 116 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 124 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… [all …]
|
D | container_or_allocator_rebind.hpp | 41 : real_allocator<ToType, void>
|
D | tree.hpp | 514 < typename real_allocator<T, Allocator>::type 516 < typename real_allocator<T, Allocator>::type 518 …<typename allocator_traits<typename real_allocator<T, Allocator>::type>::pointer, Compare, typenam… 527 typedef typename real_allocator<T, Allocator>::type allocator_type;
|
D | flat_tree.hpp | 447 …typedef boost::container::vector<Value, typename real_allocator<Value, AllocatorOrContainer>::type…
|
/third_party/boost/boost/container/ |
D | small_vector.hpp | 86 …, typename allocator_traits<typename real_allocator<T, SecondaryAllocator>::type>::template portab… 122 …: public allocator_traits<typename real_allocator<T, VoidAllocator>::type>::template portable_rebi… 128 …typedef typename allocator_traits<typename real_allocator<T, VoidAllocator>::type>::template porta… 376 …typedef typename real_allocator<T, SecondaryAllocator>::type secondary_allocator_… 492 typedef typename real_allocator<T, Allocator>::type value_allocator_t;
|
D | vector.hpp | 629 typedef typename real_allocator<value_type, OtherAllocator>::type other_allocator_type; in deep_swap() 721 … (typename real_allocator<T BOOST_MOVE_I A>::type) allocator_type; 1022 < dtl::is_version<typename real_allocator<T, OtherA>::type, 0>::value>::type * = 0 in vector() 1152 , dtl::is_version<typename real_allocator<T, OtherA>::type, 0> 1153 … , dtl::is_different<typename real_allocator<T, OtherA>::type, allocator_type> 1174 , dtl::is_version<typename real_allocator<T, OtherA>::type, 0> 1175 … , dtl::is_different<typename real_allocator<T, OtherA>::type, allocator_type> 2086 , dtl::is_version<typename real_allocator<T, OtherA>::type, 0> in swap() 2087 , dtl::is_different<typename real_allocator<T, OtherA>::type, allocator_type> in swap() 2379 < dtl::is_version<typename real_allocator<T, OtherA>::type, 0>::value >::type * = 0) in priv_move_assign() [all …]
|
D | allocator_traits.hpp | 475 struct real_allocator struct 481 struct real_allocator<T, void> struct
|
D | slist.hpp | 204 < typename real_allocator<T, Allocator>::type 205 , typename dtl::intrusive_slist_type<typename real_allocator<T, Allocator>::type>::type> 208 typedef typename real_allocator<T, Allocator>::type ValueAllocator;
|
D | list.hpp | 174 < typename real_allocator<T, Allocator>::type 175 , typename dtl::intrusive_list_type<typename real_allocator<T, Allocator>::type>::type> 178 typedef typename real_allocator<T, Allocator>::type ValueAllocator;
|
D | deque.hpp | 523 class deque : protected deque_base<typename real_allocator<T, Allocator>::type, Options> 527 typedef deque_base<typename real_allocator<T, Allocator>::type, Options> Base; 529 typedef typename real_allocator<T, Allocator>::type ValAllocator;
|
D | string.hpp | 546 : private dtl::basic_string_base<typename real_allocator<CharT, Allocator>::type> 551 typedef dtl::basic_string_base<typename real_allocator<CharT, Allocator>::type> base_t; 599 …typedef typename real_allocator<CharT, Allocator>::type allocator_type;
|
D | stable_vector.hpp | 491 typedef typename real_allocator<T, Allocator>::type ValueAllocator;
|