/third_party/boost/libs/core/test/ |
D | allocator_rebind_test.cpp | 31 boost::allocator_rebind<A1<char>, bool>::type>)); in main() 34 boost::allocator_rebind<A2<char>, int>::type>)); in main()
|
/third_party/boost/boost/smart_ptr/ |
D | allocate_local_shared_array.hpp | 77 typedef typename allocator_rebind<A, element>::type other; in allocate_local_shared() 100 typedef typename allocator_rebind<A, element>::type other; in allocate_local_shared() 121 typedef typename allocator_rebind<A, element>::type other; in allocate_local_shared() 145 typedef typename allocator_rebind<A, element>::type other; in allocate_local_shared()
|
D | allocate_shared_array.hpp | 163 typename boost::allocator_rebind<A, type>::type other_; 265 typedef typename allocator_rebind<A, element>::type other; in allocate_shared() 285 typedef typename allocator_rebind<A, element>::type other; in allocate_shared() 303 typedef typename allocator_rebind<A, element>::type other; in allocate_shared() 324 typedef typename allocator_rebind<A, element>::type other; in allocate_shared()
|
D | allocate_unique.hpp | 300 : empty_value<typename allocator_rebind<A, 302 typedef typename allocator_rebind<A, 329 typedef typename boost::allocator_rebind<A,
|
/third_party/boost/boost/core/ |
D | allocator_access.hpp | 260 struct allocator_rebind { struct 265 struct allocator_rebind { struct 282 struct allocator_rebind { struct 287 struct allocator_rebind<A, T, struct 628 using allocator_rebind_t = typename allocator_rebind<A, T>::type;
|
D | noinit_adaptor.hpp | 20 typedef noinit_adaptor<typename allocator_rebind<A, U>::type> other;
|
/third_party/boost/libs/core/doc/ |
D | allocator_access.qbk | 37 : boost::empty_value<typename boost::allocator_rebind<A, T>::type> { 134 struct allocator_rebind; 137 using allocator_rebind_t = typename allocator_rebind<A, T>::type; 200 [[`template<class A, class T> struct allocator_rebind;`]
|
/third_party/boost/boost/lockfree/detail/ |
D | parameter.hpp | 59 typedef typename boost::allocator_rebind<allocator_arg, T>::type type;
|
/third_party/boost/boost/heap/detail/ |
D | tree_iterator.hpp | 85 std::vector<HandleType, typename boost::allocator_rebind<Alloc, HandleType>::type> data_; 138 … std::vector<HandleType, typename boost::allocator_rebind<Alloc, HandleType>::type>,
|
D | ordered_adaptor_iterator.hpp | 136 std::vector<size_t, typename boost::allocator_rebind<Alloc, size_t>::type>,
|
D | mutable_heap.hpp | 50 …typedef std::list<node_type, typename boost::allocator_rebind<allocator_type, node_type>::type> ob… 299 … std::vector<iterator, typename boost::allocator_rebind<allocator_type, iterator>::type>,
|
/third_party/boost/boost/lockfree/ |
D | queue.hpp | 201 explicit queue(typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in queue() 249 queue(size_type n, typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in queue()
|
D | spsc_queue.hpp | 554 …runtime_sized_ringbuffer(typename boost::allocator_rebind<Alloc, U>::type const & alloc, size_type… in runtime_sized_ringbuffer() 766 explicit spsc_queue(typename boost::allocator_rebind<allocator, U>::type const &) in spsc_queue() 801 …spsc_queue(size_type element_count, typename boost::allocator_rebind<allocator, U>::type const & a… in spsc_queue()
|
D | stack.hpp | 156 explicit stack(typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in stack() 198 stack(size_type n, typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in stack()
|
/third_party/boost/boost/heap/ |
D | priority_queue.hpp | 70 …typedef typename boost::allocator_rebind<typename heap_base_maker::allocator_argument, internal_ty…
|
D | pairing_heap.hpp | 62 typedef typename boost::allocator_rebind<allocator_argument, node_type>::type allocator_type;
|
D | d_ary_heap.hpp | 69 …typedef typename boost::allocator_rebind<typename heap_base_maker::allocator_argument, internal_ty…
|
D | fibonacci_heap.hpp | 62 typedef typename boost::allocator_rebind<allocator_argument, node_type>::type allocator_type;
|
D | skew_heap.hpp | 196 typedef typename boost::allocator_rebind<allocator_argument, node_type>::type allocator_type;
|
D | binomial_heap.hpp | 60 typedef typename boost::allocator_rebind<allocator_argument, node_type>::type allocator_type;
|
/third_party/boost/boost/bimap/detail/ |
D | bimap_core.hpp | 408 BOOST_DEDUCED_TYPENAME boost::allocator_rebind<BOOST_DEDUCED_TYPENAME
|