Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/jvmTest/kotlin/androidx/compose/runtime/changelist/
DOperationsTest.kt668 val otherIterator = other.iterator() in <lambda>() constant
670 while (otherIterator.hasNext()) { in <lambda>()
671 if (!thisIterator.hasNext() || thisIterator.next() != otherIterator.next()) { in <lambda>()
681 val otherIterator = other.iterator() in <lambda>() constant
683 while (otherIterator.hasNext()) { in <lambda>()
684 if (!thisIterator.hasNext() || thisIterator.next() != otherIterator.next()) { in <lambda>()
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/internal/
DListImplementation.kt49 val otherIterator = other.iterator() in orderedEquals() constant
51 val elemOther = otherIterator.next() in orderedEquals()