Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DRelationCollectorMethodWriter.kt66 val itemKeyIndexVar = "_itemKeyIndex" in <lambda>() constant
120 TypeName.INT, itemKeyIndexVar, cursorVar, relation.entityField.columnName) in <lambda>()
122 beginControlFlow("if ($L == -1)", itemKeyIndexVar).apply { in <lambda>()
133 indexVar = itemKeyIndexVar, in <lambda>()