Home
last modified time | relevance | path

Searched refs:node_alloc (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dnode_alloc_holder.hpp157 : NodeAlloc(NodeAllocTraits::select_on_container_copy_construction(x.node_alloc())) in node_alloc_holder()
161 : NodeAlloc(NodeAllocTraits::select_on_container_copy_construction(x.node_alloc())) in node_alloc_holder()
166 : NodeAlloc(NodeAllocTraits::select_on_container_copy_construction(x.node_alloc())) in node_alloc_holder()
179 : NodeAlloc(boost::move(x.node_alloc())) in node_alloc_holder()
188 : NodeAlloc(boost::move(x.node_alloc())), m_icont(typename ICont::key_compare(c)) in node_alloc_holder()
192 : NodeAlloc(boost::move(x.node_alloc())) in node_alloc_holder()
216 { return allocator_traits_type::max_size(this->node_alloc()); } in max_size()
219 { return AllocVersionTraits::allocate_one(this->node_alloc()); } in allocate_one()
222 { AllocVersionTraits::deallocate_one(this->node_alloc(), p); } in deallocate_one()
233 (this->node_alloc() in create_node()
[all …]
Dtree.hpp758 (x.icont(), typename AllocHolder::cloner(*this), Destroyer(this->node_alloc())); in tree()
770 (x.icont(), typename AllocHolder::cloner(*this), Destroyer(this->node_alloc())); in tree()
777 if(this->node_alloc() == x.node_alloc()){ in tree()
782 … (boost::move(x.icont()), typename AllocHolder::move_cloner(*this), Destroyer(this->node_alloc())); in tree()
810 , Destroyer(this->node_alloc())); in operator =()
827 NodeAlloc &this_alloc = this->node_alloc(); in operator =()
828 NodeAlloc &x_alloc = x.node_alloc(); in operator =()
853 , Destroyer(this->node_alloc())); in operator =()
877 { return allocator_type(this->node_alloc()); } in get_allocator()
881 { return this->node_alloc(); } in get_stored_allocator()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dnode_handle.hpp126 nator_traits::destroy(this->node_alloc(), boost::movelib::to_raw_pointer(m_ptr)); in destroy_deallocate_node()
127 nator_traits::deallocate(this->node_alloc(), m_ptr, 1u); in destroy_deallocate_node()
134 …nalloc_storage.address(), boost_container_new_t()) nallocator_type(::boost::move(nh.node_alloc())); in move_construct_end()
219 || nator_traits::equal(node_alloc(), nh.node_alloc())); in operator =()
228 this->node_alloc() = ::boost::move(nh.node_alloc()); in operator =()
232 this->move_construct_alloc(nh.node_alloc()); in operator =()
294 return this->node_alloc(); in get_allocator()
324 || nator_traits::equal(node_alloc(), nh.node_alloc())); in swap()
332 ::boost::adl_move_swap(this->node_alloc(), nh.node_alloc()); in swap()
336 this->move_construct_alloc(nh.node_alloc()); in swap()
[all …]
Dslist.hpp371 if(this->node_alloc() == x.node_alloc()){ in slist()
399 NodeAlloc &this_alloc = this->node_alloc(); in operator =()
400 const NodeAlloc &x_alloc = x.node_alloc(); in operator =()
428 NodeAlloc &this_alloc = this->node_alloc(); in operator =()
429 NodeAlloc &x_alloc = x.node_alloc(); in operator =()
526 { return allocator_type(this->node_alloc()); } in get_allocator()
537 { return this->node_alloc(); } in get_stored_allocator()
548 { return this->node_alloc(); } in get_stored_allocator()
971 this->icont().pop_front_and_dispose(Destroyer(this->node_alloc())); in pop_front()
987 …eturn iterator(this->icont().erase_after_and_dispose(prev_p.get(), Destroyer(this->node_alloc()))); in erase_after()
[all …]
Dlist.hpp316 if(this->node_alloc() == x.node_alloc()){ in list()
371 NodeAlloc &this_alloc = this->node_alloc(); in operator =()
372 const NodeAlloc &x_alloc = x.node_alloc(); in operator =()
400 NodeAlloc &this_alloc = this->node_alloc(); in operator =()
401 NodeAlloc &x_alloc = x.node_alloc(); in operator =()
493 { return allocator_type(this->node_alloc()); } in get_allocator()
504 { return this->node_alloc(); } in get_stored_allocator()
515 { return this->node_alloc(); } in get_stored_allocator()
1025 return iterator(this->icont().erase_and_dispose(p.get(), Destroyer(this->node_alloc()))); in erase()
1087 BOOST_ASSERT(this->node_alloc() == x.node_alloc()); in splice()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp2493 explicit node_holder(Table& b) : constructor_(b.node_alloc()), nodes_() in node_holder()
3007 node_allocator const& node_alloc() const in node_alloc() function
3014 node_allocator& node_alloc() { return allocators_.second(); } in node_alloc() function
3191 node_constructor a(node_alloc()); in create_buckets()
3224 BOOST_ASSERT(node_alloc() == other.node_alloc()); in swap_allocators()
3285 node_alloc() == x.node_alloc()); in swap()
3308 if (this->node_alloc() == src.node_alloc()) { in move_construct_buckets()
3320 this->node_alloc(), boost::move(n->value())); in move_construct_buckets()
3338 node_allocator_traits, node_alloc(), n->value_ptr()); in destroy_node()
3340 node_allocator_traits::deallocate(node_alloc(), n, 1); in destroy_node()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dnode_handle_test.cpp252 BOOST_TEST(nh2.node_alloc().m_state == MoveConstructed); in test_move_constructor()
305 BOOST_TEST(nh2.node_alloc().m_state == MoveConstructed); in test_related_constructor()
361 BOOST_TEST(nh_to.node_alloc().m_state == MoveConstructed); in test_move_assignment()
430 BOOST_TEST(nh_to.node_alloc().m_state == MoveAssigned); in test_move_assignment()
496 BOOST_TEST(nh_to.node_alloc().m_state == MoveConstructed); in test_swap()
542 BOOST_TEST(nh_from.node_alloc().m_state == MoveConstructed); in test_swap()
569 BOOST_TEST(nh_from.node_alloc().m_state == Swapped); in test_swap()
573 BOOST_TEST(nh_to.node_alloc().m_state == Swapped); in test_swap()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/
Dunordered_set.hpp186 return table_.node_alloc(); in get_allocator()
406 table_.extract_by_iterator_unique(position), table_.node_alloc()); in extract()
411 return node_type(table_.extract_by_key(k), table_.node_alloc()); in extract()
741 return table_.node_alloc(); in get_allocator()
780 table_.node_alloc(), boost::forward<Args>(args)...))); in emplace()
804 table_.node_alloc(), boost::unordered::detail::create_emplace_args( in emplace()
813 table_.node_alloc(), in emplace()
824 table_.node_alloc(), in emplace()
839 table_.node_alloc(), boost::forward<Args>(args)...))); in emplace_hint()
861 table_.node_alloc(), boost::unordered::detail::create_emplace_args( in emplace_hint()
[all …]
Dunordered_map.hpp188 return table_.node_alloc(); in get_allocator()
426 table_.extract_by_iterator_unique(position), table_.node_alloc()); in extract()
431 return node_type(table_.extract_by_key(k), table_.node_alloc()); in extract()
1058 return table_.node_alloc(); in get_allocator()
1097 table_.node_alloc(), boost::forward<Args>(args)...))); in emplace()
1121 table_.node_alloc(), boost::unordered::detail::create_emplace_args( in emplace()
1130 table_.node_alloc(), in emplace()
1141 table_.node_alloc(), in emplace()
1156 table_.node_alloc(), boost::forward<Args>(args)...))); in emplace_hint()
1178 table_.node_alloc(), boost::unordered::detail::create_emplace_args( in emplace_hint()
[all …]