Searched refs:leftmost_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.hpp233 leftmost_descendant(node_const_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
237 return static_cast<inode_const_pointer>(p_nd)->leftmost_descendant();
243 leftmost_descendant(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
247 return static_cast<inode_pointer>(p_nd)->leftmost_descendant();
H A Dpat_trie_base.hpp434 leftmost_descendant();
437 leftmost_descendant() const;
624 m_p_nd = leftmost_descendant(get_larger_sibling(m_p_nd));
693 leftmost_descendant(node_pointer p_nd) function in class:__gnu_pbds::detail::pat_trie_base::_CIter
697 return static_cast<inode_pointer>(p_nd)->leftmost_descendant();
1123 return leftmost_descendant();
1144 return inp->leftmost_descendant();
1281 leftmost_descendant()
1287 return static_cast<inode_pointer>(p_pot)->leftmost_descendant();
1293 leftmost_descendant() cons function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
[all...]
H A Dconstructors_destructor_fn_imps.hpp103 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
H A Dpat_trie_.hpp514 leftmost_descendant(node_const_pointer);
517 leftmost_descendant(node_pointer);
H A Dsplit_fn_imps.hpp69 __ohead->m_p_min = other.leftmost_descendant(__ohead->m_p_parent);
H A Dinsert_join_fn_imps.hpp63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);

Completed in 95 milliseconds