Home
last modified time | relevance | path

Searched defs:other_node (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dcircular_list_algorithms.hpp214 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()
Dlinear_slist_algorithms.hpp193 static void swap_trailing_nodes(node_ptr this_node, node_ptr other_node) in swap_trailing_nodes()
Dcircular_slist_algorithms.hpp252 static void swap_nodes(node_ptr this_node, node_ptr other_node) in swap_nodes()
Dslist.hpp2107 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()
/aosp_15_r20/art/compiler/optimizing/
H A Dscheduler.cc302 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
341 SchedulingNode* other_node = GetNode(other); in AddDependencies() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dgen_node.cc102 GenNode* other_node = other_it->second.get(); in ParseInputs() local
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpost_grad.py161 def visit(other_node): argument