Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/parser/
DParsedQuery.kt35 fun bindVar(text: String) = Section(text, SectionType.BIND_VAR) in text() method
68 inputsByLine[index + 1]?.forEach { bindVar -> in text() method