Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringCache.kt26 fun stringFor(slice: DataSlice): String { in stringFor() method
DBufferReader.kt202 return stringCache?.stringFor(slice) ?: slice.toString() in stringTo()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt103 private val NullTaskName = stringCache.stringFor("<...>".asSlice())