Home
last modified time | relevance | path

Searched refs:rebind_alloc (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/boost/boost/multi_index/detail/
Dallocator_traits.hpp66 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/
Dallocator_traits.hpp54 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
Dthreadsafe_queue.hpp111 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/
Dallocator_traits.hpp185 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/
Dweak_dynamic.hpp26 >::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;
Dvariant_dynamic.hpp29 >::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/
Dasync_base.hpp41 Allocator>::template rebind_alloc< in destroy()
126 allocator_type>::template rebind_alloc<state>; in allocate_stable()
Dsaved_handler.hpp45 Alloc>::template rebind_alloc<impl>;
121 template rebind_alloc<impl< in emplace()
/third_party/boost/boost/beast/core/impl/
Dasync_base.hpp41 Allocator>::template rebind_alloc< in destroy()
126 allocator_type>::template rebind_alloc<state>; in allocate_stable()
Dhandler_ptr.hpp27 Handler>>::template rebind_alloc<T>; in clear()
70 Handler>>::template rebind_alloc<T>; in handler_ptr()
Dsaved_handler.hpp45 Alloc>::template rebind_alloc<impl>;
121 template rebind_alloc<impl< in emplace()
/third_party/boost/boost/beast/core/
Dflat_buffer.hpp62 template rebind_alloc<char>>
70 template rebind_alloc<char>;
/third_party/boost/libs/beast/include/boost/beast/core/
Dflat_buffer.hpp62 template rebind_alloc<char>>
70 template rebind_alloc<char>;
/third_party/boost/boost/smart_ptr/
Dmake_local_shared_object.hpp118 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/
Daligned_allocator_adaptor.hpp39 typedef typename traits::template rebind_alloc<char> char_alloc;
70 rebind_alloc<U>, Alignment> other;
/third_party/boost/boost/fiber/future/detail/
Dtask_object.hpp40 typedef typename allocator_traits::template rebind_alloc<
115 typedef typename allocator_traits::template rebind_alloc<
Dshared_state_object.hpp28 typedef typename std::allocator_traits< Allocator >::template rebind_alloc<
/third_party/boost/boost/lockfree/detail/
Dallocator_rebind_helper.hpp22 typedef typename std::allocator_traits<allocator_type>::template rebind_alloc<value_type> type;
/third_party/boost/boost/multiprecision/detail/
Drebind.hpp16 typedef typename std::allocator_traits<my_allocator>::template rebind_alloc<value_type> type;
/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h453 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()
Dnode_hash_map.h550 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/
Dnode_hash_set.h453 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()
Dnode_hash_map.h550 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/
Dmemory.hpp62 typename std::allocator_traits<alloc>::template rebind_alloc<t>
/third_party/boost/libs/asio/include/boost/asio/detail/
Dmemory.hpp62 typename std::allocator_traits<alloc>::template rebind_alloc<t>

1234