Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt55 var myIndex = startIndex in equals() variable
57 while (myIndex < endIndex) { in equals()
58 if (buffer[myIndex] != other.buffer[otherIndex]) { in equals()
61 myIndex++ in equals()