Home
last modified time | relevance | path

Searched defs:KSTypeReference (Results 1 – 4 of 4) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DKspUtils.kt69 fun KSTypeReference.resolveListParameterizedType(): KSTypeReference { in KSTypeReference() method
87 fun KSTypeReference.isOfType(type: ClassName): Boolean { in KSTypeReference() method
113 fun KSTypeReference.ensureQualifiedTypeName(): KSName = in KSTypeReference() method
132 fun KSTypeReference.toTypeName(): TypeName { in KSTypeReference() method
DAppFunctionTypeReference.kt138 fun KSTypeReference.toAppFunctionDatatype(): Int { in <lambda>() method
217 private fun KSTypeReference.asStringWithoutNullQualifier(): String = in <lambda>() method
DAnnotatedAppFunctions.kt284 private fun KSTypeReference.toAppFunctionDataTypeMetadata( in <lambda>() method
/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/processors/
DAppFunctionSerializableFactoryCodeBuilder.kt933 private fun KSTypeReference.getTypeShortName(): String { in <lambda>() method