Searched refs:SkipQueryVerification (Results 1 – 25 of 40) sorted by relevance
12
| /room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/dao/ |
| D | CounterDao.kt | 21 import androidx.room.SkipQueryVerification 31 @SkipQueryVerification // ModifiedCounter is not an entity
|
| /room/room-common/src/commonMain/kotlin/androidx/room/ |
| D | SkipQueryVerification.kt | 39 public annotation class SkipQueryVerification class
|
| /room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/ |
| D | AmbiguousColumnResolverTest.kt | 34 import androidx.room.SkipQueryVerification in <lambda>() 178 @SkipQueryVerification in <lambda>() 182 @SkipQueryVerification in <lambda>()
|
| /room/integration-tests/multiplatformtestapp/src/commonTest/kotlin/androidx/room/integration/multiplatformtestapp/test/ |
| D | SampleDatabase.kt | 39 import androidx.room.SkipQueryVerification 137 @SkipQueryVerification in insertItem() 171 @SkipQueryVerification in getSingleItemWithColumn()
|
| /room/room-compiler/src/main/kotlin/androidx/room/processor/ |
| D | DaoProcessor.kt | 23 import androidx.room.SkipQueryVerification in <lambda>() 132 element.hasAnnotation(SkipQueryVerification::class) || in <lambda>()
|
| D | QueryFunctionProcessor.kt | 20 import androidx.room.SkipQueryVerification in <lambda>() 200 val skipQueryVerification = executableElement.hasAnnotation(SkipQueryVerification::class) in validateQuery()
|
| D | DatabaseProcessor.kt | 20 import androidx.room.SkipQueryVerification in <lambda>() 78 if (element.hasAnnotation(SkipQueryVerification::class)) { in <lambda>() 472 if (viewElement.hasAnnotation(SkipQueryVerification::class)) { in <lambda>()
|
| /room/room-common/api/ |
| D | 2.0.0.txt | 127 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | restricted_2.0.0.txt | 127 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.2.0-beta01.txt | 178 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | restricted_2.1.0-beta01.txt | 176 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.1.0-beta02.txt | 167 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.1.0-beta01.txt | 167 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | restricted_2.3.0-beta02.txt | 196 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | restricted_2.2.0-beta01.txt | 187 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.3.0-beta03.txt | 187 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | restricted_2.3.0-beta03.txt | 196 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.3.0-beta01.txt | 187 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.3.0-beta02.txt | 187 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | restricted_2.3.0-beta01.txt | 196 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | restricted_2.4.0-beta02.txt | 265 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.4.0-beta02.txt | 256 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| D | 2.4.0-beta01.txt | 256 …ementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SkipQueryVerification {
|
| /room/room-common/bcv/native/ |
| D | 2.7.0-beta01.txt | 398 …pen annotation class androidx.room/SkipQueryVerification : kotlin/Annotation { // androidx.room/Sk… 399 constructor <init>() // androidx.room/SkipQueryVerification.<init>|<init>(){}[0]
|
| D | current.txt | 398 …pen annotation class androidx.room/SkipQueryVerification : kotlin/Annotation { // androidx.room/Sk… 399 constructor <init>() // androidx.room/SkipQueryVerification.<init>|<init>(){}[0]
|
12