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

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

Completed in 68 milliseconds