/third_party/boost/boost/iterator/ |
D | is_readable_iterator.hpp | 36 struct rebind struct 38 static It& x; 60 struct rebind : boost::mpl::false_ struct 69 struct rebind : boost::mpl::false_ struct 77 struct rebind : boost::mpl::false_ struct 85 struct rebind : boost::mpl::false_ struct
|
D | is_lvalue_iterator.hpp | 64 struct rebind struct 66 static It& x; 90 struct rebind : boost::mpl::false_ struct 99 struct rebind : boost::mpl::false_ struct 107 struct rebind : boost::mpl::false_ struct 115 struct rebind : boost::mpl::false_ struct
|
/third_party/boost/libs/core/test/ |
D | pointer_traits_rebind_test.cpp | 25 using rebind = E1<bool>; typedef 31 using rebind = E2<bool, T2>; typedef 37 using rebind = E3<bool, T2, T3>; typedef 49 using rebind = E<bool, U...>; typedef
|
D | allocator_rebind_test.cpp | 16 struct rebind { struct 17 typedef A1<int> other;
|
D | allocator_const_void_pointer_test.cpp | 18 struct rebind { struct 19 typedef A1<U> other;
|
D | allocator_void_pointer_test.cpp | 18 struct rebind { struct 19 typedef A1<U> other;
|
/third_party/boost/boost/type_traits/ |
D | is_convertible.hpp | 373 struct rebind struct 375 typedef is_convertible_impl<From, To> type; 383 struct rebind struct 385 typedef true_type type; 393 struct rebind struct 395 typedef false_type type; 403 struct rebind struct 405 typedef false_type type;
|
D | is_polymorphic.hpp | 81 struct rebind struct 83 typedef is_polymorphic_imp2<T> type; 91 struct rebind struct 93 typedef is_polymorphic_imp1<T> type;
|
D | is_base_and_derived.hpp | 188 struct rebind struct 190 typedef is_base_and_derived_impl3<T,U> type; 198 struct rebind struct 200 typedef is_base_and_derived_impl2<T,U> type;
|
/third_party/boost/boost/regex/v4/ |
D | iterator_category.hpp | 54 struct rebind struct 56 typedef is_random_imp<I> type; 64 struct rebind struct 66 typedef is_random_pointer_imp<I> type;
|
/third_party/boost/boost/interprocess/allocators/ |
D | cached_node_allocator.hpp | 70 struct rebind struct in boost::interprocess::ipcdetail::cached_node_allocator_v1 73 <T2, SegmentManager, NodesPerBlock> other; 128 struct rebind struct in boost::interprocess::cached_node_allocator 130 typedef cached_node_allocator<T2, SegmentManager, NodesPerBlock> other;
|
D | cached_adaptive_pool.hpp | 75 struct rebind struct in boost::interprocess::ipcdetail::cached_adaptive_pool_v1 78 <T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 155 struct rebind struct in boost::interprocess::cached_adaptive_pool 158 <T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other;
|
D | private_node_allocator.hpp | 103 struct rebind struct in boost::interprocess::ipcdetail::private_node_allocator_base 106 <Version, T2, SegmentManager, NodesPerBlock> other; 204 struct rebind struct in boost::interprocess::ipcdetail::private_node_allocator_v1 206 typedef private_node_allocator_v1<T2, SegmentManager, NodesPerBlock> other; 252 struct rebind struct in boost::interprocess::private_node_allocator 255 <T2, SegmentManager, NodesPerBlock> other;
|
D | node_allocator.hpp | 108 struct rebind struct in boost::interprocess::ipcdetail::node_allocator_base 110 typedef node_allocator_base<Version, T2, SegmentManager, NodesPerBlock> other; 212 struct rebind struct in boost::interprocess::ipcdetail::node_allocator_v1 214 typedef node_allocator_v1<T2, SegmentManager, NodesPerBlock> other; 262 struct rebind struct in boost::interprocess::node_allocator 264 typedef node_allocator<T2, SegmentManager, NodesPerBlock> other;
|
D | private_adaptive_pool.hpp | 108 struct rebind struct in boost::interprocess::ipcdetail::private_adaptive_pool_base 111 <Version, T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 216 struct rebind struct in boost::interprocess::ipcdetail::private_adaptive_pool_v1 218 …private_adaptive_pool_v1<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 275 struct rebind struct in boost::interprocess::private_adaptive_pool 278 <T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other;
|
D | adaptive_pool.hpp | 111 struct rebind struct in boost::interprocess::ipcdetail::adaptive_pool_base 113 …_pool_base<Version, T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 217 struct rebind struct in boost::interprocess::ipcdetail::adaptive_pool_v1 219 …typedef adaptive_pool_v1<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other; 277 struct rebind struct in boost::interprocess::adaptive_pool 279 … typedef adaptive_pool<T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent> other;
|
/third_party/boost/boost/asio/detail/ |
D | recycling_allocator.hpp | 36 struct rebind struct in boost::asio::detail::recycling_allocator 38 typedef recycling_allocator<U, Purpose> other; 73 struct rebind struct in boost::asio::detail::recycling_allocator 75 typedef recycling_allocator<U, Purpose> other;
|
D | handler_alloc_helpers.hpp | 109 struct rebind struct in boost::asio::detail::hook_allocator 111 typedef hook_allocator<Handler, U> other; 147 struct rebind struct in boost::asio::detail::hook_allocator 149 typedef hook_allocator<Handler, U> other;
|
/third_party/boost/boost/multiprecision/detail/ |
D | rebind.hpp | 13 struct rebind struct 16 typedef typename std::allocator_traits<my_allocator>::template rebind_alloc<value_type> type;
|
/third_party/boost/boost/pool/ |
D | pool_alloc.hpp | 174 struct rebind struct in boost::pool_allocator 176 typedef pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other; 298 struct rebind struct in boost::pool_allocator 300 typedef pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other; 371 struct rebind struct in boost::fast_pool_allocator 373 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other; 504 template <class U> struct rebind struct in boost::fast_pool_allocator 506 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;
|
/third_party/json/test/src/ |
D | unit-allocator.cpp | 122 struct rebind struct 124 using other = my_allocator<U>; 248 struct rebind struct 250 using other = allocator_no_forward<U>;
|
/third_party/boost/boost/mpi/ |
D | allocator.hpp | 40 struct rebind struct in boost::mpi::allocator 42 typedef allocator<U> other; 95 struct rebind struct in boost::mpi::allocator 97 typedef allocator<U> other;
|
/third_party/boost/boost/detail/ |
D | ob_compressed_pair.hpp | 346 struct rebind struct 348 typedef compressed_pair_0<T1, T2> type; 356 struct rebind struct 358 typedef compressed_pair_1<T1, T2> type; 366 struct rebind struct 368 typedef compressed_pair_2<T1, T2> type; 376 struct rebind struct 378 typedef compressed_pair_3<T1, T2> type; 386 struct rebind struct 388 typedef compressed_pair_4<T1, T2> type; [all …]
|
/third_party/boost/boost/container/ |
D | new_allocator.hpp | 60 struct rebind struct in boost::container::new_allocator 62 typedef new_allocator< T2> other; 125 struct rebind struct in boost::container::new_allocator 127 typedef new_allocator<T2> other;
|
/third_party/boost/libs/multi_index/test/ |
D | count_allocator.hpp | 22 struct rebind{typedef count_allocator<U> other;}; argument
|