Home
last modified time | relevance | path

Searched defs:alwaysExists (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DFieldWithIndex.kt26 data class FieldWithIndex(val field: Field, val indexVar: String, val alwaysExists: Boolean) { in <lambda>() constant in androidx.room.vo.FieldWithIndex
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DFieldReadWriteWriter.kt39 val alwaysExists = fieldWithIndex.alwaysExists in <lambda>() constant