Home
last modified time | relevance | path

Searched defs:kClassValue (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DannotationWithDefault.kt35 annotation class KotlinAnnotationLib(val a: String, val b: String = "defaultInLib", val kClassValue constant in KotlinAnnotationLib
108 annotation class KotlinAnnotation(val a: String, val b:String = "default", val kClassValue: kotlin.… constant in KotlinAnnotation
H A DannotationWithDefaultValues.kt35 annotation class KotlinAnnotationLib(val a: String, val b: String = "defaultInLib", val kClassValue constant in KotlinAnnotationLib
108 annotation class KotlinAnnotation(val a: String, val b:String = "default", val kClassValue: kotlin.… constant in KotlinAnnotation
H A DannotatedUtil.kt59 val kClassValue: KClass<*> = ParametersTestAnnotation::class, constant in com.google.devtools.ksp.processor.ParametersTestAnnotation
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DKmAnnotationsTest.kt206 @Test fun kClassValue() { in kClassValue() method in com.squareup.kotlinpoet.metadata.specs.KmAnnotationsTest
/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DAnnotatedUtilProcessor.kt89 val kClassValue: KClass<*> = ParametersTestAnnotation::class, constant in com.google.devtools.ksp.processor.ParametersTestAnnotation