Home
last modified time | relevance | path

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

/room/room-compiler/src/test/kotlin/androidx/room/processor/
DDataClassProcessorTest.kt108 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1347 bindingScope = PropertyProcessor.BindingScope.BIND_TO_STMT, in <lambda>()
1367 bindingScope = PropertyProcessor.BindingScope.TWO_WAY, in <lambda>()
1740 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1758 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1786 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1825 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1862 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1894 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1925 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
[all …]
DDataClassProcessorTargetFunctionTest.kt468 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
514 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
DProjectionExpanderTest.kt536 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
628 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
DPropertyProcessorTest.kt740 bindingScope = PropertyProcessor.BindingScope.TWO_WAY, in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DDataClassProcessor.kt58 val bindingScope: PropertyProcessor.BindingScope, in <lambda>() constant
74 bindingScope: PropertyProcessor.BindingScope, in <lambda>()
99 bindingScope = bindingScope, in <lambda>()
108 return context.cache.dataClasses.get(Cache.DataClassKey(element, bindingScope, parent)) { in <lambda>()
175 bindingScope = bindingScope, in <lambda>()
262 if (bindingScope == PropertyProcessor.BindingScope.BIND_TO_STMT) { in <lambda>()
470 bindingScope = bindingScope, in <lambda>()
740 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
821 success || bindingScope == PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
909 success || bindingScope == PropertyProcessor.BindingScope.BIND_TO_STMT, in <lambda>()
DPropertyProcessor.kt33 val bindingScope: BindingScope, constant
107 when (bindingScope) { in process()
DEntityOrViewProcessor.kt46 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in process()
DDatabaseViewProcessor.kt83 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in process()
DRawQueryFunctionProcessor.kt134 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
DShortcutFunctionProcessor.kt152 bindingScope = PropertyProcessor.BindingScope.BIND_TO_STMT, in <lambda>()
DFtsTableEntityProcessor.kt109 bindingScope = PropertyProcessor.BindingScope.TWO_WAY, in <lambda>()
DTableEntityProcessor.kt109 bindingScope = PropertyProcessor.BindingScope.TWO_WAY, in <lambda>()
/room/room-compiler/src/test/kotlin/androidx/room/processor/autovalue/
DAutoValuePojoProcessorDelegateTest.kt123 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
291 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/solver/
DTypeAdapterStore.kt937 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
1005 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()