Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAppFunctionComponentRegistryGenerator.kt61 components: List<AppFunctionComponent>, in generateRegistry()
78 components.map(AppFunctionComponent::qualifiedName).sorted() in generateRegistry()
114 class AppFunctionComponent( class
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionFunctionRegistryProcessor.kt20 …port androidx.appfunctions.compiler.core.AppFunctionComponentRegistryGenerator.AppFunctionComponent in <lambda>()
84 AppFunctionComponent( in <lambda>()
DAppFunctionInvokerProcessor.kt22 …port androidx.appfunctions.compiler.core.AppFunctionComponentRegistryGenerator.AppFunctionComponent in <lambda>()
107 buildList<AppFunctionComponent> { in <lambda>()
111 AppFunctionComponent( in <lambda>()
DAppFunctionInventoryProcessor.kt23 …port androidx.appfunctions.compiler.core.AppFunctionComponentRegistryGenerator.AppFunctionComponent
82 buildList<AppFunctionComponent> { in process()
90 AppFunctionComponent( in process()