Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt143 skipCount(2) in parseLine()
145 skipCount(5) in parseLine()
149 skipCount(1); skipChar(' '.toByte()) in parseLine()
151 skipCount(1) in parseLine()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt37 inline fun skipCount(count: Int) { in isDigit() method in trebuchet.util.BufferReaderState