Home
last modified time | relevance | path

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

/room/room-compiler-processing/src/main/java/androidx/room/compiler/processing/ksp/
DKSTypeVarianceResolverScope.kt28 val annotated: KSAnnotated, constant in androidx.room.compiler.processing.ksp.KSTypeVarianceResolverScope
37 annotated.isInKotlinCode() || container?.isInKotlinCode() == true in <lambda>()
46 is PropertyGetterMethodReturnType -> annotated.parent?.parent as? KSAnnotated in <lambda>()
47 else -> annotated in <lambda>()
79 annotated: KSAnnotated,
82 ) : KSTypeVarianceResolverScope(annotated, container, asMemberOf) {
94 annotated = setterMethod.accessor, in declarationType()
112 annotated = getterMethod.accessor,
130 annotated = field.declaration, in isValOrReturnType()
144 annotated = method.declaration,
DKspExecutableParameterElement.kt93 annotated = parameter.type, in createAsMemberOf()
/room/room-testing/api/
Dapi_lint.ignore3 …A Kotlin method with default parameter values should be annotated with @JvmOverloads for better Ja…
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DContext.kt248 return hasAnnotation(RewriteQueriesToDropUnusedColumns::class).also { annotated -> in <lambda>() method
249 if (annotated && BooleanProcessorOptions.EXPAND_PROJECTION.getValue(processingEnv)) { in <lambda>()
/room/room-compiler-processing/src/main/java/androidx/room/compiler/processing/ksp/synthetic/
DKspSyntheticReceiverParameterElement.kt104 annotated = enclosingElement.declaration, in <lambda>()
DKspSyntheticContinuationParameterElement.kt120 annotated = enclosingElement.declaration, in createAsMemberOf()
/room/room-compiler-processing/
DREADME.md42 To find annotated elements, you need to subclass the