/third_party/boost/boost/geometry/index/detail/rtree/node/ |
D | variant_static.hpp | 125 : node_allocator_type(boost::move(a.node_allocator())) in allocators() 130 node_allocator() = boost::move(a.node_allocator()); in operator =() 137 node_allocator() = a.node_allocator(); in operator =() 144 boost::swap(node_allocator(), a.node_allocator()); in swap() 147 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==() 149 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==() 151 Allocator allocator() const { return Allocator(node_allocator()); } in allocator() 153 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators 154 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
|
D | variant_dynamic.hpp | 156 : node_allocator_type(boost::move(a.node_allocator())) in allocators() 161 node_allocator() = boost::move(a.node_allocator()); in operator =() 168 node_allocator() = a.node_allocator(); in operator =() 175 boost::swap(node_allocator(), a.node_allocator()); in swap() 178 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==() 180 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==() 182 Allocator allocator() const { return Allocator(node_allocator()); } in allocator() 184 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators 185 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators 242 >::apply(allocators.node_allocator()); in apply() [all …]
|
/third_party/boost/boost/interprocess/allocators/ |
D | node_allocator.hpp | 244 class node_allocator class 259 typedef boost::interprocess::version_type<node_allocator, 2> version; 264 typedef node_allocator<T2, SegmentManager, NodesPerBlock> other; 267 node_allocator(SegmentManager *segment_mngr) in node_allocator() function in boost::interprocess::node_allocator 272 node_allocator in node_allocator() function in boost::interprocess::node_allocator 273 (const node_allocator<T2, SegmentManager, NodesPerBlock> &other) in node_allocator() 296 typedef node_allocator<T2, SegmentManager, NodesPerBlock> other; 303 node_allocator& operator= 304 (const node_allocator<T2, SegmentManager2, N2>&); 314 node_allocator(segment_manager *segment_mngr); [all …]
|
/third_party/boost/boost/container/ |
D | node_allocator.hpp | 57 class node_allocator class 64 typedef node_allocator<T, NodesPerBlock, Version> self_t; 99 typedef node_allocator< T2, NodesPerBlock 110 node_allocator& operator= 111 (const node_allocator<T2, N2>&); 117 node_allocator() BOOST_NOEXCEPT_OR_NOTHROW in node_allocator() function in boost::container::node_allocator 121 node_allocator(const node_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in node_allocator() function in boost::container::node_allocator 126 node_allocator in node_allocator() function in boost::container::node_allocator 127 (const node_allocator<T2, NodesPerBlock in node_allocator() 135 ~node_allocator() BOOST_NOEXCEPT_OR_NOTHROW in ~node_allocator() [all …]
|
D | container_fwd.hpp | 301 class node_allocator;
|
/third_party/boost/libs/geometry/index/test/rtree/exceptions/ |
D | test_throwing_node.hpp | 223 : node_allocator_type(boost::move(a.node_allocator())) in allocators() 228 node_allocator() = boost::move(a.node_allocator()); in operator =() 235 node_allocator() = a.node_allocator(); in operator =() 242 boost::swap(node_allocator(), a.node_allocator()); in swap() 245 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==() 247 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==() 249 Allocator allocator() const { return Allocator(node_allocator()); } in allocator() 251 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators 252 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators 295 >::apply(allocators.node_allocator()); in apply() [all …]
|
/third_party/boost/libs/interprocess/test/ |
D | node_allocator_test.cpp | 25 typedef node_allocator 34 template class node_allocator<int, managed_shared_memory::segment_manager>; variable 35 template class node_allocator<void, managed_shared_memory::segment_manager>; variable
|
D | user_buffer_test.cpp | 35 typedef node_allocator 37 typedef node_allocator
|
D | message_queue_test.cpp | 121 typedef node_allocator<MyPair, managed_external_buffer::segment_manager> in test_serialize_db()
|
/third_party/boost/boost/lockfree/ |
D | queue.hpp | 139 typedef typename detail::extract_allocator<bound_args, node>::type node_allocator; typedef in boost::lockfree::queue 140 …typedef typename detail::select_freelist<node, node_allocator, compile_time_sized, fixed_sized, ca… 154 typedef node_allocator allocator; 188 pool(node_allocator(), capacity) in queue() 201 explicit queue(typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in queue() argument 234 pool(node_allocator(), n + 1) in queue() 249 queue(size_type n, typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in queue() argument
|
D | stack.hpp | 98 typedef typename detail::extract_allocator<bound_args, node>::type node_allocator; typedef in boost::lockfree::stack 99 …typedef typename detail::select_freelist<node, node_allocator, compile_time_sized, fixed_sized, ca… 110 typedef node_allocator allocator; 143 pool(node_allocator(), capacity) in stack() 156 explicit stack(typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in stack() argument 183 pool(node_allocator(), n) in stack() 198 stack(size_type n, typename boost::allocator_rebind<node_allocator, U>::type const & alloc): in stack() argument
|
/third_party/boost/boost/multi_index/detail/ |
D | node_handle.hpp | 191 >::type node_allocator; in delete_node() typedef 192 typedef detail::allocator_traits<node_allocator> node_alloc_traits; in delete_node() 196 node_allocator nal(*allocator_ptr()); in delete_node()
|
D | seq_index_node.hpp | 34 >::type node_allocator; typedef 35 typedef allocator_traits<node_allocator> alloc_traits;
|
D | rnd_index_node.hpp | 35 >::type node_allocator; typedef 36 typedef allocator_traits<node_allocator> node_alloc_traits;
|
/third_party/boost/libs/log/src/ |
D | attribute_set_impl.hpp | 163 typedef pool_allocator< node > node_allocator; typedef 210 explicit disposer(node_allocator& alloc) : m_Allocator(alloc) in disposer() 220 node_allocator& m_Allocator; 227 node_allocator m_Allocator;
|
/third_party/boost/libs/container/bench/ |
D | bench_adaptive_node_pool.cpp | 66 typedef bc::node_allocator 70 typedef bc::node_allocator 83 template class bc::node_allocator member in bc
|
/third_party/boost/libs/container/test/ |
D | explicit_inst_stable_vector_test.cpp | 35 , node_allocator<test::movable_and_copyable_int> >;
|
D | explicit_inst_slist_test.cpp | 37 , node_allocator<test::movable_and_copyable_int> >;
|
D | stable_vector_test.cpp | 130 if(test_cont_variants< node_allocator<void> >()){ in main()
|
D | slist_test.cpp | 171 if (test::list_test<slist<int, node_allocator<int> >, false>()) in main()
|
/third_party/boost/libs/interprocess/example/ |
D | doc_node_allocator.cpp | 60 typedef node_allocator<int, managed_shared_memory::segment_manager> in main()
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 1936 typedef NodeAlloc node_allocator; typedef 1943 node_allocator& alloc_; 1946 node_constructor(node_allocator& n) : alloc_(n), node_() {} in node_constructor() 2479 typedef NodeAlloc node_allocator; typedef 2929 node>::type node_allocator; typedef 2932 typedef boost::unordered::detail::allocator_traits<node_allocator> 2940 typedef boost::unordered::detail::node_constructor<node_allocator> 2942 typedef boost::unordered::detail::node_tmp<node_allocator> node_tmp; 2949 boost::unordered::detail::compressed<bucket_allocator, node_allocator> 3007 node_allocator const& node_alloc() const in node_alloc() [all …]
|
/third_party/node/src/ |
D | allocated_buffer-inl.h | 26 : node_allocator_(isolate_data->node_allocator()) { in NoArrayBufferZeroFillScope()
|
D | env.cc | 191 ArrayBufferAllocator* node_allocator, in IsolateData() argument 195 node_allocator_(node_allocator == nullptr ? nullptr in IsolateData() 196 : node_allocator->GetImpl()), in IsolateData()
|
/third_party/boost/boost/interprocess/ |
D | interprocess_fwd.hpp | 217 class node_allocator;
|