Searched refs:leftmost_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.hpp239 leftmost_descendant(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
243 return static_cast<const_internal_node_pointer>(p_nd)->leftmost_descendant();
249 leftmost_descendant(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
253 return static_cast<internal_node_pointer>(p_nd)->leftmost_descendant();
H A Dinternal_node.hpp194 leftmost_descendant();
197 leftmost_descendant() const;
350 return leftmost_descendant();
368 return static_cast<internal_node_pointer>(m_a_p_children[i])->leftmost_descendant();
514 leftmost_descendant()
520 return static_cast<internal_node_pointer>(p_pot)->leftmost_descendant();
526 leftmost_descendant() const
528 return const_cast<internal_node_pointer>(this)->leftmost_descendant();
H A Dpoint_iterators.hpp265 m_p_nd = leftmost_descendant(get_larger_sibling(m_p_nd));
337 leftmost_descendant(node_pointer p_nd) function in class:pb_ds::detail::pat_trie_const_it_
341 return static_cast<internal_node_pointer>(p_nd)->leftmost_descendant();
H A Dconstructors_destructor_fn_imps.hpp109 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
H A Dpat_trie_.hpp445 leftmost_descendant(const_node_pointer);
448 leftmost_descendant(node_pointer);
H A Dsplit_fn_imps.hpp77 other.leftmost_descendant(other.m_p_head->m_p_parent);
H A Dinsert_join_fn_imps.hpp69 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);

Completed in 63 milliseconds