Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionIdProcessor.kt101 for (appFunctionDeclaration in appFunctionClass.appFunctionDeclarations) { in addAppFunctionIdProperties() method
104 appFunctionDeclaration.simpleName.asString().fromCamelCaseToScreamingSnakeCase() in addAppFunctionIdProperties()
110 appFunctionClass.getAppFunctionIdentifier(appFunctionDeclaration) in addAppFunctionIdProperties()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctions.kt66 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>() method
67 add(appFunctionDeclaration) in <lambda>()
98 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>() method
99 val firstParam = appFunctionDeclaration.parameters.firstOrNull() in <lambda>()
104 appFunctionDeclaration, in <lambda>()
118 for (appFunctionDeclaration in appFunctionDeclarations) { in <lambda>() method
119 for ((paramIndex, ksValueParameter) in appFunctionDeclaration.parameters.withIndex()) { in <lambda>()