Searched refs:otherIterator (Results 1 – 2 of 2) sorted by relevance
168 Iterator<?> otherIterator = that.iterator(); in equals() local173 Object otherElement = otherIterator.next(); in equals()
926 const Node* otherIterator = &other; in commonAncestor() local932 otherIterator = parent(*otherIterator); in commonAncestor()935 if (thisIterator == otherIterator) in commonAncestor()938 otherIterator = parent(*otherIterator); in commonAncestor()940 ASSERT(!otherIterator); in commonAncestor()