Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingReader.kt29 var reachedEof: Boolean = false variable
47 while (endIndex < index && !reachedEof) { in loadIndex()
50 reachedEof = true in loadIndex()
68 while (!reachedEof) { in iter()
79 reachedEof = true in iter()