Home
last modified time | relevance | path

Searched refs:rightmost_descendant (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dinternal_node.hpp200 rightmost_descendant();
203 rightmost_descendant() const;
351 return rightmost_descendant(); in get_lower_bound_child_node()
371 return rightmost_descendant(); in get_lower_bound_child_node()
534 rightmost_descendant() in rightmost_descendant() function in pb_ds::detail::PB_DS_CLASS_C_DEC
545 return static_cast<internal_node_pointer>(p_pot)->rightmost_descendant(); in rightmost_descendant()
551 rightmost_descendant() const in rightmost_descendant() function in pb_ds::detail::PB_DS_CLASS_C_DEC
553 return const_cast<internal_node_pointer>(this)->rightmost_descendant(); in rightmost_descendant()
Dfind_fn_imps.hpp259 rightmost_descendant(const_node_pointer p_nd) in rightmost_descendant() function in PB_DS_CLASS_C_DEC
263 return static_cast<const_internal_node_pointer>(p_nd)->rightmost_descendant(); in rightmost_descendant()
269 rightmost_descendant(node_pointer p_nd) in rightmost_descendant() function in PB_DS_CLASS_C_DEC
273 return static_cast<internal_node_pointer>(p_nd)->rightmost_descendant(); in rightmost_descendant()
Dpoint_iterators.hpp294 m_p_nd = rightmost_descendant(get_smaller_sibling(m_p_nd)); in dec()
345 rightmost_descendant(node_pointer p_nd) in rightmost_descendant() function in pb_ds::detail::pat_trie_const_it_
349 return static_cast<internal_node_pointer>(p_nd)->rightmost_descendant(); in rightmost_descendant()
Dpat_trie_.hpp451 rightmost_descendant(const_node_pointer);
454 rightmost_descendant(node_pointer);
Dconstructors_destructor_fn_imps.hpp110 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent); in PB_DS_CLASS_NAME()
Dsplit_fn_imps.hpp75 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent); in split()
Dinsert_join_fn_imps.hpp70 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent); in join()