Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAnnotatedAppFunctions.kt289 val appFunctionTypeReference = AppFunctionTypeReference(this) in <lambda>() constant
290 return when (appFunctionTypeReference.typeCategory) { in <lambda>()
293 type = appFunctionTypeReference.toAppFunctionDataType(), in <lambda>()
294 isNullable = appFunctionTypeReference.isNullable, in <lambda>()
300 type = appFunctionTypeReference.determineArrayItemType(), in <lambda>()
303 isNullable = appFunctionTypeReference.isNullable, in <lambda>()
309 type = appFunctionTypeReference.determineArrayItemType(), in <lambda>()
311 AppFunctionTypeReference(appFunctionTypeReference.itemTypeReference) in <lambda>()
314 isNullable = appFunctionTypeReference.isNullable, in <lambda>()
318 getAnnotatedAppFunctionSerializable(appFunctionTypeReference) in <lambda>()
[all …]
DAnnotatedAppFunctionSerializableProxy.kt191 appFunctionTypeReference: AppFunctionTypeReference, in getSerializableProxyForTypeReference()
194 (appFunctionTypeReference.selfOrItemTypeReference.resolve().declaration in getSerializableProxyForTypeReference()