Searched refs:fieldsWithIndices (Results 1 – 7 of 7) sorted by relevance
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/ |
D | FieldReadWriteWriter.kt | 69 fieldsWithIndices: List<FieldWithIndex>, in <lambda>() 71 val allParents = getAllParents(fieldsWithIndices.map { it.field }) in <lambda>() 73 rootNode.directFields = fieldsWithIndices.filter { it.field.parent == null } in <lambda>() 85 node.directFields = fieldsWithIndices.filter { it.field.parent == fieldParent } in <lambda>() 95 fieldsWithIndices: List<FieldWithIndex>, in <lambda>() 132 visitNode(createNodeTree(ownerVar, fieldsWithIndices, scope)) in <lambda>() 178 fieldsWithIndices: List<FieldWithIndex>, in <lambda>() 225 fieldsWithIndices = fieldsWithIndices, in <lambda>() 274 visitNode(createNodeTree(outVar, fieldsWithIndices, scope)) in <lambda>()
|
D | EntityCursorConverterWriter.kt | 56 val fieldsWithIndices = entity.fields.map { in buildConvertMethodBody() constant 69 fieldsWithIndices = fieldsWithIndices, in buildConvertMethodBody()
|
D | EntityUpdateAdapterWriter.kt | 67 fieldsWithIndices = mappedField, in <lambda>() 79 fieldsWithIndices = mappedPrimaryKeys, in <lambda>()
|
D | EntityDeletionAdapterWriter.kt | 64 fieldsWithIndices = mapped, in createAnonymous()
|
D | EntityInsertionAdapterWriter.kt | 89 fieldsWithIndices = mapped, in <lambda>()
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/ |
D | PojoRowAdapter.kt | 112 mapping.fieldsWithIndices = mapping.matchedFields.map { in <lambda>() 131 fieldsWithIndices = mapping.fieldsWithIndices, in <lambda>() 155 lateinit var fieldsWithIndices: List<FieldWithIndex> in <lambda>() variable in Mapping
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/ |
D | RelationCollector.kt | 71 fieldsWithIndices: List<FieldWithIndex>, scope: CodeGenScope) { in <lambda>() 72 val indexVar = fieldsWithIndices.firstOrNull { in <lambda>()
|