Searched defs:other_node (Results 1 – 7 of 7) sorted by relevance
214 static void swap_nodes(node_ptr this_node, node_ptr other_node) in swap_nodes()438 BOOST_INTRUSIVE_FORCEINLINE static void swap_prev(node_ptr this_node, node_ptr other_node) in swap_prev()445 BOOST_INTRUSIVE_FORCEINLINE static void swap_next(node_ptr this_node, node_ptr other_node) in swap_next()
193 static void swap_trailing_nodes(node_ptr this_node, node_ptr other_node) in swap_trailing_nodes()
252 static void swap_nodes(node_ptr this_node, node_ptr other_node) in swap_nodes()
2107 static void priv_swap_lists(node_ptr this_node, node_ptr other_node, detail::bool_<false>) in priv_swap_lists()2111 static void priv_swap_lists(node_ptr this_node, node_ptr other_node, detail::bool_<true>) in priv_swap_lists()
302 SchedulingNode* other_node = GetNode(other); in AddDependencies() local341 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
102 GenNode* other_node = other_it->second.get(); in ParseInputs() local
161 def visit(other_node): argument