Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt73 val entityIndices: List<IndexInput> in <lambda>() constant
78 entityIndices = extractIndices(annotation, tableName) in <lambda>()
85 entityIndices = emptyList() in <lambda>()
116 val indexInputs = entityIndices + fieldIndices + superIndices in <lambda>()