Home
last modified time | relevance | path

Searched refs:get_right_child (Results 1 – 11 of 11) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DCO_Tree.cc484 itr.get_right_child(); in insert_precise_aux()
556 itr.get_right_child(); in erase()
812 itr.get_right_child(); in dump_subtree()
914 itr.get_right_child(); in rebalance()
1194 root.get_right_child(); in move_data_from()
1434 get_right_child(); in go_down_searching_key()
H A DCO_Tree_templates.hh98 root.get_right_child(); in CO_Tree()
H A DCO_Tree_defs.hh1413 void get_right_child();
H A DCO_Tree_inlines.hh767 CO_Tree::tree_iterator::get_right_child() { in get_right_child() function in Parma_Polyhedra_Library::CO_Tree::tree_iterator
H A Dppl.hh.dist23486 void get_right_child();
24375 CO_Tree::tree_iterator::get_right_child() {
24573 root.get_right_child();
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/utils/
H A Ddbcsr_min_heap.F59 ELEMENTAL FUNCTION get_right_child(n) RESULT(child) function
64 END FUNCTION get_right_child
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dcp_min_heap.F71 ELEMENTAL FUNCTION get_right_child(n) RESULT(child) function
76 END FUNCTION get_right_child
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dcp_min_heap.F71 ELEMENTAL FUNCTION get_right_child(n) RESULT(child) function
76 END FUNCTION get_right_child
/dports/security/py-volatility3/volatility3-94426ad/volatility/framework/symbols/windows/extensions/
H A D__init__.py111 for vad_node in self.get_right_child().dereference().traverse(visited, depth + 1):
116 def get_right_child(self): member in MMVAD_SHORT
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_shortest_path/internal/
H A DCone_tree.h406 Cone_tree_node* get_right_child() const in get_right_child() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_shortest_path/
H A DSurface_mesh_shortest_path.h1304 if (currentOccupier.first->get_right_child()) in process_node()
1554 if (node->get_right_child() != nullptr)
1784 if (node->get_right_child() != nullptr) in add_to_face_list()
1786 add_to_face_list(node->get_right_child()); in add_to_face_list()