Home
last modified time | relevance | path

Searched refs:otherIterator (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSortedSet.java168 Iterator<?> otherIterator = that.iterator(); in equals() local
173 Object otherElement = otherIterator.next(); in equals()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp926 const Node* otherIterator = &other; in commonAncestor() local
932 otherIterator = parent(*otherIterator); in commonAncestor()
935 if (thisIterator == otherIterator) in commonAncestor()
938 otherIterator = parent(*otherIterator); in commonAncestor()
940 ASSERT(!otherIterator); in commonAncestor()