Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DDataClassProcessor.kt515 val entityClassInput = annotation["entity"]?.asType() in <lambda>() constant
518 val inferEntity = (entityClassInput == null || entityClassInput.isTypeOf(Any::class)) in <lambda>()
523 entityClassInput.typeElement in <lambda>()