Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DQueryFunctionProcessor.kt174 val missing = in processQueryFunction() constant
176 if (missing.isNotEmpty()) { in processQueryFunction()
179 ProcessorErrors.missingParameterForBindVariable(missing) in processQueryFunction()