Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt24 val EmptyBuffer = ByteArray(0) constant
27 constructor() : this(EmptyBuffer, 0, 0)
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt27 constructor() : this(DataSlice.EmptyBuffer, 0, 0) in isDigit()