Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt56 var otherIndex = other.startIndex in equals() variable
58 if (buffer[myIndex] != other.buffer[otherIndex]) { in equals()
62 otherIndex++ in equals()