Searched refs:rightmost_descendant (Results 1 – 7 of 7) sorted by relevance
200 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_DEC545 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_DEC553 return const_cast<internal_node_pointer>(this)->rightmost_descendant(); in rightmost_descendant()
259 rightmost_descendant(const_node_pointer p_nd) in rightmost_descendant() function in PB_DS_CLASS_C_DEC263 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_DEC273 return static_cast<internal_node_pointer>(p_nd)->rightmost_descendant(); in rightmost_descendant()
294 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()
451 rightmost_descendant(const_node_pointer);454 rightmost_descendant(node_pointer);
110 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent); in PB_DS_CLASS_NAME()
75 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent); in split()
70 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent); in join()