Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/test/
Ditestvalue.hpp69 void swap_nodes(testvalue &other) in swap_nodes() function
71 Hooks::base_hook_type::swap_nodes(static_cast<typename Hooks::base_hook_type&>(other)); in swap_nodes()
72 … Hooks::auto_base_hook_type::swap_nodes(static_cast<typename Hooks::auto_base_hook_type&>(other)); in swap_nodes()
73 node_.swap_nodes(other.node_); in swap_nodes()
74 auto_node_.swap_nodes(other.auto_node_); in swap_nodes()
75 nhn_member_.swap_nodes(other.nhn_member_); in swap_nodes()
157 void swap_nodes(testvalue<Hooks>& lhs, testvalue<Hooks>& rhs) in swap_nodes() function
159 lhs.swap_nodes(rhs); in swap_nodes()
Dnonhook_node.hpp62 void swap_nodes(nonhook_node_member& other) in swap_nodes() function
64 node_algorithms::swap_nodes(pointer_traits<node_ptr>::pointer_to(static_cast< node& >(*this)), in swap_nodes()
Dlist_test.cpp315 swap_nodes< node_algorithms >(values[0], values[2]); in test_swap()
319 swap_nodes< node_algorithms >(values[2], values[4]); in test_swap()
331 swap_nodes< node_algorithms >(values[1], values[2]); in test_swap()
336 swap_nodes< node_algorithms >(values[0], values[2]); in test_swap()
341 swap_nodes< node_algorithms >(values[0], values[2]); in test_swap()
Dslist_test.cpp384 swap_nodes< node_algorithms >(values[0], values[2]); in test_swap()
388 swap_nodes< node_algorithms >(values[2], values[4]); in test_swap()
403 swap_nodes< node_algorithms >(values[1], values[2]); in test_swap()
411 swap_nodes< node_algorithms >(values[0], values[2]); in test_swap()
418 swap_nodes< node_algorithms >(values[0], values[2]); in test_swap()
Dbptr_value.hpp123 void swap_nodes(bounded_reference< BPtr_Value > lhs, bounded_reference< BPtr_Value > rhs) in swap_nodes() function
125 Node_Algorithms::swap_nodes( in swap_nodes()
/third_party/boost/boost/intrusive/
Dbs_set_hook.hpp141 void swap_nodes(bs_set_base_hook &other);
264 void swap_nodes(bs_set_member_hook &other);
Dlist_hook.hpp142 void swap_nodes(list_base_hook &other);
265 void swap_nodes(list_member_hook &other);
Dslist_hook.hpp143 void swap_nodes(slist_base_hook &other);
267 void swap_nodes(slist_member_hook &other);
Dset_hook.hpp145 void swap_nodes(set_base_hook &other);
272 void swap_nodes(set_member_hook &other);
Davl_set_hook.hpp143 void swap_nodes(avl_set_base_hook &other);
269 void swap_nodes(avl_set_member_hook &other);
Dunordered_set_hook.hpp304 void swap_nodes(unordered_set_base_hook &other);
435 void swap_nodes(unordered_set_member_hook &other);
Drbtree_algorithms.hpp208 static void swap_nodes(node_ptr node1, node_ptr node2) in swap_nodes() function in boost::intrusive::rbtree_algorithms
214 swap_nodes(node1, header1, node2, header2); in swap_nodes()
218 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2) in swap_nodes() function in boost::intrusive::rbtree_algorithms
222 bstree_algo::swap_nodes(node1, header1, node2, header2); in swap_nodes()
Davltree_algorithms.hpp184 static void swap_nodes(node_ptr node1, node_ptr node2) in swap_nodes() function in boost::intrusive::avltree_algorithms
190 swap_nodes(node1, header1, node2, header2); in swap_nodes()
194 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2) in swap_nodes() function in boost::intrusive::avltree_algorithms
198 bstree_algo::swap_nodes(node1, header1, node2, header2); in swap_nodes()
Dsgtree_algorithms.hpp101 static void swap_nodes(node_ptr node1, node_ptr node2);
104 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2);
Dtreap_algorithms.hpp196 static void swap_nodes(node_ptr node1, node_ptr node2);
199 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2);
Dcircular_slist_algorithms.hpp252 static void swap_nodes(node_ptr this_node, node_ptr other_node) in swap_nodes() function in boost::intrusive::circular_slist_algorithms
Dsplaytree_algorithms.hpp191 static void swap_nodes(node_ptr node1, node_ptr node2);
194 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2);
Dcircular_list_algorithms.hpp214 static void swap_nodes(node_ptr this_node, node_ptr other_node) in swap_nodes() function in boost::intrusive::circular_list_algorithms
Dbstree_algorithms.hpp280 static void swap_nodes(node_ptr node1, node_ptr node2) in swap_nodes() function in boost::intrusive::bstree_algorithms
286 swap_nodes(node1, header1, node2, header2); in swap_nodes()
304 static void swap_nodes(node_ptr node1, node_ptr header1, node_ptr node2, node_ptr header2) in swap_nodes() function in boost::intrusive::bstree_algorithms
Dlist.hpp551 node_algorithms::swap_nodes(this->get_root_node(), other.get_root_node()); in swap()
Dslist.hpp2112 { node_algorithms::swap_nodes(this_node, other_node); } in priv_swap_lists()
/third_party/boost/boost/intrusive/detail/
Dgeneric_hook.hpp196 BOOST_INTRUSIVE_FORCEINLINE void swap_nodes(generic_hook &other) in swap_nodes() function in boost::intrusive::generic_hook
198 node_algorithms::swap_nodes in swap_nodes()
Dany_node_and_algorithms.hpp275 static void swap_nodes(const node_ptr &, const node_ptr &) in swap_nodes() function in boost::intrusive::any_algorithms
/third_party/boost/boost/container/detail/
Dadaptive_node_pool_impl.hpp130 v.swap_nodes(*next_block); in reinsert_was_used()
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk2427 `swap_nodes()` operations for the same reason.