Home
last modified time | relevance | path

Searched refs:remove_child (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dinternal_node.hpp171 remove_child(node_pointer p_nd);
174 remove_child(iterator it);
429 remove_child(node_pointer p_nd) in remove_child() function in pb_ds::detail::PB_DS_CLASS_C_DEC
444 remove_child(iterator it) in remove_child() function in pb_ds::detail::PB_DS_CLASS_C_DEC
Derase_fn_imps.hpp294 p_parent->remove_child(p_l); in erase_leaf()
Dsplit_fn_imps.hpp182 child_it = p_internal_nd->remove_child(child_it); in rec_split()