Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctions.kt149 fun getAppFunctionIdentifier(functionDeclaration: KSFunctionDeclaration): String { in <lambda>()
152 val methodName = functionDeclaration.simpleName.asString() in <lambda>()
170 for (functionDeclaration in appFunctionDeclarations) { in <lambda>() method
173 findRootAppFunctionSchemaInterface(functionDeclaration) in <lambda>()
178 for ((paramIndex, ksValueParameter) in functionDeclaration.parameters.withIndex()) { in <lambda>()
193 AppFunctionTypeReference(checkNotNull(functionDeclaration.returnType)) in <lambda>()
219 return appFunctionDeclarations.map { functionDeclaration -> in <lambda>() method
227 computeAppFunctionAnnotationProperties(functionDeclaration) in <lambda>()
229 functionDeclaration.buildParameterTypeMetadataList( in <lambda>()
235 checkNotNull(functionDeclaration.returnType) in <lambda>()
[all …]