Searched refs:aInsertDeepIt (Results 1 – 1 of 1) sorted by relevance
551 tSwNumberTreeChildren::iterator aInsertDeepIt = in AddChild() local554 ASSERT(! (aInsertDeepIt != mChildren.end() && in AddChild()555 (*aInsertDeepIt)->IsPhantom()), " unexspected phantom"); in AddChild()558 if (aInsertDeepIt == mChildren.begin()) in AddChild()569 aInsertDeepIt--; in AddChild()570 (*aInsertDeepIt)->AddChild(pChild, nDepth - 1); in AddChild()
Completed in 18 milliseconds