Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt115 val superIndices = loadSuperIndices(element.superclass, tableName, inheritSuperIndices) in <lambda>()
450 private fun loadSuperIndices( in <lambda>() method
478 return myIndices + loadSuperIndices(parentElement.superclass, tableName, inherit) in <lambda>()