Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctions.kt60 val appFunctionDeclarations: List<KSFunctionDeclaration>, in <lambda>() constant in androidx.appfunctions.compiler.core.AnnotatedAppFunctions
66 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>()
84 for (appFunction in appFunctionDeclarations) { in <lambda>()
98 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>()
118 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>()
170 for (functionDeclaration in appFunctionDeclarations) { in <lambda>()
219 return appFunctionDeclarations.map { functionDeclaration -> in <lambda>()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionFunctionRegistryProcessor.kt82 for (function in annotatedAppFunction.appFunctionDeclarations) { in <lambda>()
DAppFunctionIdProcessor.kt101 for (appFunctionDeclaration in appFunctionClass.appFunctionDeclarations) { in addAppFunctionIdProperties()
DAppFunctionInvokerProcessor.kt167 annotatedAppFunctions.appFunctionDeclarations.map { function -> in <lambda>()
223 for (appFunction in annotatedAppFunctions.appFunctionDeclarations) { in <lambda>()