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