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()
1017 const Node* otherIterator = &other; in commonAncestor() local1023 otherIterator = parent(*otherIterator); in commonAncestor()1026 if (thisIterator == otherIterator) in commonAncestor()1029 otherIterator = parent(*otherIterator); in commonAncestor()1031 ASSERT(!otherIterator); in commonAncestor()