Home
last modified time | relevance | path

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

/system/tools/hidl/docs/src/lexer/
DToken.kt141 private val matchInt = Regex("\\d+") constant
150 matchInt.matches(value) -> INTEGER in getFromValueOrDefault()