Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionInvokerProcessor.kt164 annotatedAppFunctions: AnnotatedAppFunctions in <lambda>()
167 annotatedAppFunctions.appFunctionDeclarations.map { function -> in <lambda>()
168 annotatedAppFunctions.getAppFunctionIdentifier(function) in <lambda>()
189 private fun buildUnsafeInvokeFunction(annotatedAppFunctions: AnnotatedAppFunctions): FunSpec { in <lambda>()
223 for (appFunction in annotatedAppFunctions.appFunctionDeclarations) { in <lambda>()
225 annotatedAppFunctions, in <lambda>()
262 annotatedAppFunctions: AnnotatedAppFunctions, in <lambda>()
271 "function_id" to annotatedAppFunctions.getAppFunctionIdentifier(appFunction), in <lambda>()
273 "enclosing_class" to annotatedAppFunctions.getEnclosingClassName(), in <lambda>()
DAppFunctionFunctionRegistryProcessor.kt77 val annotatedAppFunctions = in <lambda>() constant
80 annotatedAppFunctions.flatMap { annotatedAppFunction -> in <lambda>()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/
DAppFunctionCompiler.kt73 val annotatedAppFunctions = appFunctionSymbolResolver.resolveAnnotatedAppFunctions() in shouldDeferAllProcessing() constant
74 for (annotatedAppFunction in annotatedAppFunctions) { in shouldDeferAllProcessing()
79 return annotatedAppFunctions.flatMap(AnnotatedAppFunctions::getAllAnnotated) in shouldDeferAllProcessing()