Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/parser/
DParserErrors.kt30 fun cannotUseVariableIndices(name: String, position: Int) = "Cannot use variable indices." + method
DParsedQuery.kt97 ParserErrors.cannotUseVariableIndices(it.text, it.symbol.charPositionInLine) in text()
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/parser/
DSqlParserTest.kt152 ParserErrors.cannotUseVariableIndices("?1", 36)) in indexedVariablesError()