Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DTableEntityProcessor.kt165 val entityForeignKeys = validateAndCreateForeignKeyReferences(foreignKeyInputs, pojo) in <lambda>()
231 private fun validateAndCreateForeignKeyReferences( in <lambda>() method