Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
Derase_fn_imps.hpp165 base_type::make_child_of(p_nd, p_next); in forward_join()
174 base_type::make_child_of(p_next, p_nd); in forward_join()
179 base_type::make_child_of(p_next, p_nd); in forward_join()
195 base_type::make_child_of(p_nd, p_next); in back_join()
201 base_type::make_child_of(p_next, p_nd); in back_join()
Dinsert_fn_imps.hpp80 base_type::make_child_of(base_type::m_p_root, p_nd); in push_imp()
87 base_type::make_child_of(p_nd, base_type::m_p_root); in push_imp()
Dsplit_join_fn_imps.hpp127 base_type::make_child_of(base_type::m_p_root, other.m_p_root); in join()
134 base_type::make_child_of(other.m_p_root, base_type::m_p_root); in join()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
Derase_fn_imps.hpp131 make_child_of(m_a_aux[r], p_nd); in add_to_aux()
134 make_child_of(p_nd, m_a_aux[r]); in add_to_aux()
152 make_child_of(node_pointer p_nd, node_pointer p_new_parent) in make_child_of() function in PB_DS_CLASS_C_DEC
160 base_type::make_child_of(p_nd, p_new_parent); in make_child_of()
Dthin_heap_.hpp260 make_child_of(node_pointer p_nd, node_pointer p_new_parent);
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
Dinsert_fn_imps.hpp119 base_type::make_child_of(p_nd, p_next); in link_with_next_sibling()
134 base_type::make_child_of(p_next, p_nd); in link_with_next_sibling()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
Dinsert_fn_imps.hpp150 base_type::make_child_of(p_nd, p_next); in fix()
163 base_type::make_child_of(p_next, p_nd); in fix()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
Dinsert_fn_imps.hpp94 make_child_of(node_pointer p_nd, node_pointer p_new_parent) in make_child_of() function in PB_DS_CLASS_C_DEC
Dleft_child_next_sibling_heap_.hpp253 make_child_of(node_pointer p_nd, node_pointer p_new_parent);