Searched refs:bindingScope (Results 1 – 14 of 14) sorted by relevance
| /room/room-compiler/src/test/kotlin/androidx/room/processor/ |
| D | DataClassProcessorTest.kt | 108 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 …]
|
| D | DataClassProcessorTargetFunctionTest.kt | 468 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>() 514 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
|
| D | ProjectionExpanderTest.kt | 536 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>() 628 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
|
| D | PropertyProcessorTest.kt | 740 bindingScope = PropertyProcessor.BindingScope.TWO_WAY, in <lambda>()
|
| /room/room-compiler/src/main/kotlin/androidx/room/processor/ |
| D | DataClassProcessor.kt | 58 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>()
|
| D | PropertyProcessor.kt | 33 val bindingScope: BindingScope, constant 107 when (bindingScope) { in process()
|
| D | EntityOrViewProcessor.kt | 46 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in process()
|
| D | DatabaseViewProcessor.kt | 83 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in process()
|
| D | RawQueryFunctionProcessor.kt | 134 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
|
| D | ShortcutFunctionProcessor.kt | 152 bindingScope = PropertyProcessor.BindingScope.BIND_TO_STMT, in <lambda>()
|
| D | FtsTableEntityProcessor.kt | 109 bindingScope = PropertyProcessor.BindingScope.TWO_WAY, in <lambda>()
|
| D | TableEntityProcessor.kt | 109 bindingScope = PropertyProcessor.BindingScope.TWO_WAY, in <lambda>()
|
| /room/room-compiler/src/test/kotlin/androidx/room/processor/autovalue/ |
| D | AutoValuePojoProcessorDelegateTest.kt | 123 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/ |
| D | TypeAdapterStore.kt | 937 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>() 1005 bindingScope = PropertyProcessor.BindingScope.READ_FROM_STMT, in <lambda>()
|