/third_party/boost/boost/multi_index/detail/ |
D | allocator_traits.hpp | 66 struct rebind_alloc struct 68 typedef typename super::template rebind_alloc<T> type; argument 104 struct rebind_alloc 112 typedef allocator_traits<typename rebind_alloc<T>::type> type; 164 template rebind_alloc<T>::type type;
|
/third_party/boost/boost/log/detail/ |
D | allocator_traits.hpp | 54 struct rebind_alloc struct 57 … typedef typename std::allocator_traits< Allocator >::BOOST_NESTED_TEMPLATE rebind_alloc< U > type; argument 64 struct rebind_alloc< std::allocator< void >, U > struct
|
D | threadsafe_queue.hpp | 111 private boost::log::aux::rebind_alloc< AllocatorT, threadsafe_queue_node< T > >::type 117 typedef typename boost::log::aux::rebind_alloc< AllocatorT, node >::type allocator_type;
|
/third_party/boost/boost/container/ |
D | allocator_traits.hpp | 185 template <class T> using rebind_alloc = see_documentation; typedef 190 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T> >; 257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef 258 template <typename T> using rebind_traits = allocator_traits< rebind_alloc<T> >; 262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct 267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function 271 explicit rebind_alloc(BOOST_MOVE_UREF##N) : Base(BOOST_MOVE_FWD##N){}\
|
/third_party/boost/boost/geometry/index/detail/rtree/node/ |
D | weak_dynamic.hpp | 26 >::template rebind_alloc<element_type> allocator_type; 45 >::template rebind_alloc<Value> allocator_type; 100 >::template rebind_alloc<node_type> type; 116 >::template rebind_alloc<node_type> type; 148 >::template rebind_alloc<Value> value_allocator_type;
|
D | variant_dynamic.hpp | 29 >::template rebind_alloc<element_type> allocator_type; 47 >::template rebind_alloc<Value> allocator_type; 105 >::template rebind_alloc<node_type> type; 131 >::template rebind_alloc<Value> value_allocator_type;
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | async_base.hpp | 41 Allocator>::template rebind_alloc< in destroy() 126 allocator_type>::template rebind_alloc<state>; in allocate_stable()
|
D | saved_handler.hpp | 45 Alloc>::template rebind_alloc<impl>; 121 template rebind_alloc<impl< in emplace()
|
/third_party/boost/boost/beast/core/impl/ |
D | async_base.hpp | 41 Allocator>::template rebind_alloc< in destroy() 126 allocator_type>::template rebind_alloc<state>; in allocate_stable()
|
D | handler_ptr.hpp | 27 Handler>>::template rebind_alloc<T>; in clear() 70 Handler>>::template rebind_alloc<T>; in handler_ptr()
|
D | saved_handler.hpp | 45 Alloc>::template rebind_alloc<impl>; 121 template rebind_alloc<impl< in emplace()
|
/third_party/boost/boost/beast/core/ |
D | flat_buffer.hpp | 62 template rebind_alloc<char>> 70 template rebind_alloc<char>;
|
/third_party/boost/libs/beast/include/boost/beast/core/ |
D | flat_buffer.hpp | 62 template rebind_alloc<char>> 70 template rebind_alloc<char>;
|
/third_party/boost/boost/smart_ptr/ |
D | make_local_shared_object.hpp | 118 typedef typename std::allocator_traits<A>::template rebind_alloc<T> A2; in allocate_local_shared() 159 typedef typename std::allocator_traits<A>::template rebind_alloc<T> A2; in allocate_local_shared_noinit()
|
/third_party/boost/boost/align/ |
D | aligned_allocator_adaptor.hpp | 39 typedef typename traits::template rebind_alloc<char> char_alloc; 70 rebind_alloc<U>, Alignment> other;
|
/third_party/boost/boost/fiber/future/detail/ |
D | task_object.hpp | 40 typedef typename allocator_traits::template rebind_alloc< 115 typedef typename allocator_traits::template rebind_alloc<
|
D | shared_state_object.hpp | 28 typedef typename std::allocator_traits< Allocator >::template rebind_alloc<
|
/third_party/boost/boost/lockfree/detail/ |
D | allocator_rebind_helper.hpp | 22 typedef typename std::allocator_traits<allocator_type>::template rebind_alloc<value_type> type;
|
/third_party/boost/boost/multiprecision/detail/ |
D | rebind.hpp | 16 typedef typename std::allocator_traits<my_allocator>::template rebind_alloc<value_type> type;
|
/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 453 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element() 464 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
|
D | node_hash_map.h | 550 Allocator>::template rebind_alloc<value_type>; in new_element() 562 Allocator>::template rebind_alloc<value_type>; in delete_element()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | node_hash_set.h | 453 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in new_element() 464 typename absl::allocator_traits<Allocator>::template rebind_alloc<T>; in delete_element()
|
D | node_hash_map.h | 550 Allocator>::template rebind_alloc<value_type>; in new_element() 562 Allocator>::template rebind_alloc<value_type>; in delete_element()
|
/third_party/boost/boost/asio/detail/ |
D | memory.hpp | 62 typename std::allocator_traits<alloc>::template rebind_alloc<t>
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | memory.hpp | 62 typename std::allocator_traits<alloc>::template rebind_alloc<t>
|