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

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp253 rightmost_descendant(node_const_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
257 return static_cast<inode_const_pointer>(p_nd)->rightmost_descendant();
263 rightmost_descendant(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
267 return static_cast<inode_pointer>(p_nd)->rightmost_descendant();
H A Dpat_trie_base.hpp440 rightmost_descendant();
443 rightmost_descendant() const;
652 m_p_nd = rightmost_descendant(get_smaller_sibling(m_p_nd));
701 rightmost_descendant(node_pointer p_nd) function in class:__gnu_pbds::detail::pat_trie_base::_CIter
705 return static_cast<inode_pointer>(p_nd)->rightmost_descendant();
1124 return rightmost_descendant();
1147 return rightmost_descendant();
1299 rightmost_descendant() function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
1310 return static_cast<inode_pointer>(p_pot)->rightmost_descendant();
1316 rightmost_descendant() cons function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
[all...]
H A Dconstructors_destructor_fn_imps.hpp104 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
H A Dpat_trie_.hpp520 rightmost_descendant(node_const_pointer);
523 rightmost_descendant(node_pointer);
H A Dsplit_fn_imps.hpp68 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
H A Dinsert_join_fn_imps.hpp64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);

Completed in 101 milliseconds