Home
last modified time | relevance | path

Searched refs:findAnnotation (Results 1 – 6 of 6) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctionSerializable.kt150 superTypeClassDeclaration.annotations.findAnnotation( in <lambda>()
157 superTypeClassDeclaration.annotations.findAnnotation( in <lambda>()
204 it.annotations.findAnnotation(AppFunctionSerializableAnnotation.CLASS_NAME) != null in <lambda>()
DAppFunctionSymbolResolver.kt114 it.annotations.findAnnotation(AppFunctionSerializableProxyAnnotation.CLASS_NAME) != in <lambda>()
207 node.annotations.findAnnotation( in <lambda>()
DAppFunctionTypeReference.kt186 .findAnnotation(IntrospectionHelper.AppFunctionSerializableAnnotation.CLASS_NAME) != in <lambda>()
208 .findAnnotation( in <lambda>()
DAnnotatedAppFunctionSerializableProxy.kt36 (appFunctionSerializableProxyClass.annotations.findAnnotation( in <lambda>()
DAnnotatedAppFunctions.kt669 functionDeclaration.annotations.findAnnotation(AppFunctionAnnotation.CLASS_NAME) in <lambda>()
686 ?.findAnnotation(AppFunctionSchemaDefinitionAnnotation.CLASS_NAME) in <lambda>()
715 parentDeclaration.annotations.findAnnotation( in <lambda>()
DKspUtils.kt97 fun Sequence<KSAnnotation>.findAnnotation(annotationClass: ClassName): KSAnnotation? = in findAnnotation() method