Searched refs:XArrayType (Results 1 – 10 of 10) sorted by relevance
24 interface XArrayType : XType { interface
154 contract { returns(true) implies (this@isArray is XArrayType) } in XType()155 return this is XArrayType in XType()
87 typeName = (paramType as XArrayType).componentType.asTypeName() in overriding()
103 fun getArrayType(type: XType): XArrayType in findTypeElement()
23 import androidx.room.compiler.processing.XArrayType in <lambda>()28 private val arrayType: XArrayType, in <lambda>()
21 import androidx.room.compiler.processing.XArrayType34 ) : JavacType(env, typeMirror, nullability), XArrayType {
20 import androidx.room.compiler.processing.XArrayType103 val valueType = (data.method.returnType as XArrayType).componentType in visitAnnotation()
20 import androidx.room.compiler.processing.XArrayType in <lambda>()35 ) : KspType(env, ksType, originalKSAnnotations, scope, typeAlias), XArrayType { in <lambda>()
19 import androidx.room.compiler.processing.XArrayType in <lambda>()393 val valueType = (method.returnType as XArrayType).componentType in getValue()
79 fun checkObjectArray(objArray: XArrayType) { in <lambda>()