Searched refs:mItLastValid (Results 1 – 2 of 2) sorted by relevance
47 mItLastValid() in SwNumberTreeNode()49 mItLastValid = mChildren.end(); in SwNumberTreeNode()66 mItLastValid = mChildren.end(); in ~SwNumberTreeNode()283 tSwNumberTreeChildren::const_iterator aIt = mItLastValid; in ValidateContinuous()495 mItLastValid = mChildren.end(); in MoveChildren()807 if (mItLastValid != mChildren.end()) in IsValid()811 bResult = ! (*mItLastValid)->LessThan(*pChild); in IsValid()1180 (mItLastValid != mChildren.end() && in SetLastValid()1181 (*aItValid)->LessThan(**mItLastValid)) in SetLastValid()1184 mItLastValid = aItValid; in SetLastValid()[all …]
481 mutable tSwNumberTreeChildren::const_iterator mItLastValid; member in SwNumberTreeNode
Completed in 17 milliseconds