Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt131 val tempMatchResult = MatchResult(this) constant in trebuchet.util.BufferReader
224 tempMatchResult.matcher = matcher in tryMatch()
225 tempMatchResult.startIndex = index in tryMatch()
226 result.invoke(tempMatchResult) in tryMatch()
227 tempMatchResult.matcher = null in tryMatch()