Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionIndexXmlProcessor.kt96 val aggregatedDataTypes: MutableMap<String, AppFunctionDataTypeMetadata> = mutableMapOf() in <lambda>() constant
99 aggregatedDataTypes.putIfAbsent(objectKey, dataTypeMetadata) in <lambda>()
126 AppFunctionComponentsMetadata(aggregatedDataTypes) in <lambda>()