Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/knit/src/
DKnit.kt81 var knitRegex: Regex? = null in knit() variable
133 require(knitRegex == null) { "Only one KNIT directive is supported"} in knit()
145 knitRegex = Regex("\\((" + str + ")\\)") in knit()
237 knitRegex?.find(inLine)?.let knitRegexMatch@{ knitMatch -> in knit()