Searched refs:FieldWithIndex (Results 1 – 9 of 9) sorted by relevance
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/ |
D | FieldWithIndex.kt | 26 data class FieldWithIndex(val field: Field, val indexVar: String, val alwaysExists: Boolean) { in <lambda>() class 28 fun byOrder(fields: List<Field>): List<FieldWithIndex> { in <lambda>() 30 FieldWithIndex(field = field, in <lambda>()
|
D | RelationCollector.kt | 71 fieldsWithIndices: List<FieldWithIndex>, scope: CodeGenScope) { in <lambda>()
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/ |
D | FieldReadWriteWriter.kt | 28 import androidx.room.vo.FieldWithIndex in <lambda>() 36 class FieldReadWriteWriter(fieldWithIndex: FieldWithIndex) { in <lambda>() 69 fieldsWithIndices: List<FieldWithIndex>, in <lambda>() 95 fieldsWithIndices: List<FieldWithIndex>, in <lambda>() 144 localVariableNames: Map<String, FieldWithIndex>, in <lambda>() 178 fieldsWithIndices: List<FieldWithIndex>, in <lambda>() 370 lateinit var directFields: List<FieldWithIndex> in <lambda>() 374 fun allFields(): List<FieldWithIndex> { in <lambda>()
|
D | EntityUpdateAdapterWriter.kt | 25 import androidx.room.vo.FieldWithIndex in <lambda>() 63 val mappedField = FieldWithIndex.byOrder(entity.fields) in <lambda>() 72 FieldWithIndex(field = field, in <lambda>()
|
D | EntityDeletionAdapterWriter.kt | 25 import androidx.room.vo.FieldWithIndex 61 val mapped = FieldWithIndex.byOrder(entity.primaryKey.fields) in createAnonymous()
|
D | EntityCursorConverterWriter.kt | 26 import androidx.room.vo.FieldWithIndex 61 FieldWithIndex(field = it, in buildConvertMethodBody()
|
D | EntityInsertionAdapterWriter.kt | 25 import androidx.room.vo.FieldWithIndex in <lambda>() 85 val mapped = FieldWithIndex.byOrder(entity.fields) in <lambda>()
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/ |
D | PojoRowAdapter.kt | 27 import androidx.room.vo.FieldWithIndex in <lambda>() 121 FieldWithIndex(field = it, indexVar = indexVar, alwaysExists = info != null) in <lambda>() 155 lateinit var fieldsWithIndices: List<FieldWithIndex> in <lambda>()
|
/frameworks/support/jetifier/jetifier/core/src/main/resources/ |
D | default.generated.config | 2458 "android/arch/persistence/room/vo/FieldWithIndex": "androidx/room/vo/FieldWithIndex",
|