Home
last modified time | relevance | path

Searched defs:MatchResult (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-tooling-data/src/jvmMain/kotlin/androidx/compose/ui/tooling/data/
DSlotTree.jvm.kt169 private fun MatchResult.isNumber() = groups[1] != null in isNumber() method
171 private fun MatchResult.number() = groupValues[1].parseToInt() in isNumber() method
173 private val MatchResult.text in isNumber() constant
176 private fun MatchResult.isChar(c: String) = text == c in isNumber() method
178 private fun MatchResult.isFileName() = groups[4] != null in isNumber() method
180 private fun MatchResult.isParameterInformation() = groups[5] != null in isNumber() method
182 private fun MatchResult.isCallWithName() = groups[6] != null in isNumber() method
184 private fun MatchResult.callName() = groupValues[8] in isNumber() method
239 private val MatchResult.isANumber constant
241 private val MatchResult.isClassName constant