Searched refs:LastDescendant (Results 1 – 1 of 1) sorted by relevance
37 m_pCurrent.Reset(LastDescendant(m_pRoot.Get())); in MoveToPrev()42 m_pCurrent.Reset(LastDescendant(pSibling)); in MoveToPrev()116 NodeType* LastDescendant(NodeType* pNode) { in LastDescendant() function118 return pChild ? LastDescendant(pChild) : pNode; in LastDescendant()