Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt74 val foreignKeyInputs: List<ForeignKeyInput> in <lambda>() constant
81 foreignKeyInputs = extractForeignKeys(annotation) in <lambda>()
84 foreignKeyInputs = emptyList() in <lambda>()
127 val entityForeignKeys = validateAndCreateForeignKeyReferences(foreignKeyInputs, pojo) in <lambda>()
178 private fun validateAndCreateForeignKeyReferences(foreignKeyInputs: List<ForeignKeyInput>, in <lambda>()
180 return foreignKeyInputs.map { in <lambda>()