Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DTableEntityProcessor.kt81 val foreignKeyInputs: List<ForeignKeyInput> in <lambda>() constant
87 foreignKeyInputs = extractForeignKeys(annotation) in <lambda>()
90 foreignKeyInputs = emptyList() in <lambda>()
165 val entityForeignKeys = validateAndCreateForeignKeyReferences(foreignKeyInputs, pojo) in <lambda>()
232 foreignKeyInputs: List<ForeignKeyInput>, in <lambda>()
235 return foreignKeyInputs in <lambda>()