Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringSearch.kt79 while (reader.windowFor(index) !== reader.windowFor(index - lookFor.length + 1)) { in find()
98 val window = reader.windowFor(index) in find()
112 while (reader.windowFor(index) !== reader.windowFor(index - lookFor.length + 1)) { in findInLoadedRegion()
124 val window = reader.windowFor(index) in findInLoadedRegion()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingLineReader.kt43 val window = stream.windowFor(index) in <lambda>()
62 val window = stream.windowFor(lineStartIndex) in <lambda>()
63 if (window === stream.windowFor(lineEndIndexInclusive)) { in <lambda>()
DStreamingReader.kt32 override operator fun get(index: Long): Byte = windowFor(index)[index] in get()
36 fun windowFor(i: Long): Window { in get() method
107 val window = windowFor(srcIndex) in get()