Home
last modified time | relevance | path

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

/frameworks/support/room/common/src/main/java/androidx/room/
DEntity.java104 boolean inheritSuperIndices() default false; in inheritSuperIndices() method
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt75 val inheritSuperIndices: Boolean in <lambda>() constant
79 inheritSuperIndices = AnnotationMirrors in <lambda>()
86 inheritSuperIndices = false in <lambda>()
99 } else if (it.element.enclosingElement != element && !inheritSuperIndices) { in <lambda>()
115 val superIndices = loadSuperIndices(element.superclass, tableName, inheritSuperIndices) in <lambda>()