Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DEntityProcessor.kt243 collectPrimaryKeysFromPrimaryKeyAnnotations(fields) + in <lambda>()
285 private fun collectPrimaryKeysFromPrimaryKeyAnnotations(fields: List<Field>): List<PrimaryKey> { in <lambda>() method