Home
last modified time | relevance | path

Searched refs:superTypesWithCapabilityAnnotation (Results 1 – 2 of 2) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAppFunctionSerializableValidateHelper.kt75 val superTypesWithCapabilityAnnotation = in validateParameters() constant
77 validateSuperTypes(superTypesWithSerializableAnnotation, superTypesWithCapabilityAnnotation) in validateParameters()
96 for (superType in superTypesWithCapabilityAnnotation) { in validateParameters()
139 superTypesWithCapabilityAnnotation: Set<KSClassDeclaration> in validateSuperTypes()
142 superTypesWithSerializableAnnotation.intersect(superTypesWithCapabilityAnnotation) in validateSuperTypes()
DAnnotatedAppFunctions.kt463 val superTypesWithCapabilityAnnotation = in <lambda>() constant
467 superTypesWithCapabilityAnnotation.isEmpty() in <lambda>()
505 for (capabilitySuperType in superTypesWithCapabilityAnnotation) { in <lambda>()