Home
last modified time | relevance | path

Searched defs:type (Results 1 – 6 of 6) sorted by relevance

/appfunctions/appfunctions-runtime/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
23 "type": "module", string
31 "type": "module", string
40 "type": "module", string
48 "type": "module", string
56 "type": "module", string
64 "type": "module", string
72 "type": "module", string
80 "type": "module", string
/appfunctions/appfunctions-common/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DKspUtils.kt142 val type = in KSType() constant
155 val type = this.type ?: return STAR in toTypeName() constant
DAppFunctionPropertyDeclaration.kt26 data class AppFunctionPropertyDeclaration(val name: String, val type: KSTypeReference) { constant in androidx.appfunctions.compiler.core.AppFunctionPropertyDeclaration
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/metadata/
DAppFunctionDataTypeMetadata.kt423 @AppFunctionPrimitiveType public val type: Int, constant in AppFunctionPrimitiveTypeMetadata
496 @Document.LongProperty @AppFunctionDataType public val type: Int, constant in AppFunctionDataTypeMetadataDocument
/appfunctions/appfunctions-common/src/test/java/androidx/appfunctions/metadata/
DAppFunctionDataTypeMetadataTest.kt256 AppFunctionDataTypeMetadata.PRIMITIVE_TYPES.forEach { type -> in <lambda>() method