Searched refs:LastDescendant (Results 1 – 1 of 1) sorted by relevance
33 m_pCurrent = LastDescendant(m_pRoot); in MoveToPrev()38 m_pCurrent = LastDescendant(pSibling); in MoveToPrev()120 NodeType* LastDescendant(NodeType* pNode) { in LastDescendant() function122 return pChild ? LastDescendant(pChild) : pNode; in LastDescendant()