Searched defs:type (Results 1 – 6 of 6) sorted by relevance
| /appfunctions/appfunctions-runtime/ |
| D | dependencyAnalysis-baseline.json | 6 "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/ |
| D | dependencyAnalysis-baseline.json | 6 "type": "module", string 14 "type": "module", string 22 "type": "module", string
|
| /appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/ |
| D | KspUtils.kt | 142 val type = in KSType() constant 155 val type = this.type ?: return STAR in toTypeName() constant
|
| D | AppFunctionPropertyDeclaration.kt | 26 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/ |
| D | AppFunctionDataTypeMetadata.kt | 423 @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/ |
| D | AppFunctionDataTypeMetadataTest.kt | 256 AppFunctionDataTypeMetadata.PRIMITIVE_TYPES.forEach { type -> in <lambda>() method
|