Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionFunctionRegistryProcessor.kt80 annotatedAppFunctions.flatMap { annotatedAppFunction -> in <lambda>() method
82 for (function in annotatedAppFunction.appFunctionDeclarations) { in <lambda>()
86 sourceFiles = annotatedAppFunction.getSourceFiles(), in <lambda>()
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/
DAppFunctionCompiler.kt74 for (annotatedAppFunction in annotatedAppFunctions) { in shouldDeferAllProcessing() constant
76 annotatedAppFunction.validate() in shouldDeferAllProcessing()