Home | History | Annotate | Download | only in pat_trie_

Lines Matching defs:rightmost_descendant

440       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)
705 return static_cast<inode_pointer>(p_nd)->rightmost_descendant();
1124 return rightmost_descendant();
1147 return rightmost_descendant();
1299 rightmost_descendant()
1310 return static_cast<inode_pointer>(p_pot)->rightmost_descendant();
1316 rightmost_descendant() const
1317 { return const_cast<inode_pointer>(this)->rightmost_descendant(); }