Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
DInstantQueryResultBinder.kt43 val cursorVar = scope.getTmpVar("_cursor") in convertAndReturn() constant
DBaseObservableQueryResultBinder.kt55 val cursorVar = scope.getTmpVar("_cursor") in createRunQueryAndReturnStatements() constant
DGuavaListenableFutureQueryResultBinder.kt99 val cursorVar = scope.getTmpVar("_cursor") in createCallableOfT() constant
DRxCallableQueryResultBinder.kt85 val cursorVar = scope.getTmpVar("_cursor") in createCallMethod() constant
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DRelationCollectorMethodWriter.kt65 val cursorVar = "_cursor" in <lambda>() constant