Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DSlices.kt73 val matchResult = pattern.find(sliceString) in parseSliceName() constant
75 if (matchResult != null) { in parseSliceName()
76 val sliceType = matchResult.groups[1]!!.value.trim() in parseSliceName()
79 … if (matchResult.groups.size > 2 && !matchResult.groups[2]!!.value.isEmpty()) { in parseSliceName()
80 matchResult.groups[2]!!.value.trim() in parseSliceName()