Home | History | Annotate | Download | only in pat_trie_

Lines Matching refs:leftmost_descendant

434       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)
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() const
1294 { return const_cast<inode_pointer>(this)->leftmost_descendant(); }