Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt127 skipChar(' '.toByte()) in parseLine()
134 skipChar(' '.toByte()) in parseLine()
147 skipChar(' '.toByte()) in parseLine()
149 skipCount(1); skipChar(' '.toByte()) in parseLine()
152 skipChar(' '.toByte()) in parseLine()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt41 inline fun skipChar(char: Byte) { in isDigit() method in trebuchet.util.BufferReaderState