Searched defs:jvmType (Results 1 – 2 of 2) sorted by relevance
419 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. List<Long> in collectionForLoopAssign() local505 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. List<CustomType> in collectionForLoopCallSerialize() local536 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. Long[] in arrayForLoopAssign() local567 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. String[] in arrayUseDirectly() local588 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. Person[] in arrayForLoopCallToGenericDocument() local614 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. CustomType[] in arrayForLoopCallToSerialize() local642 TypeMirror jvmType = getterOrField.getJvmType(); in fieldUseDirectlyWithNullCheck() local
195 val jvmType = IntrospectionHelper.getPropertyType(getterOrField) in <lambda>() constant225 val jvmType = IntrospectionHelper.getPropertyType(getterOrField) in <lambda>() constant597 val jvmType: TypeMirror in <lambda>() constant in androidx.appsearch.compiler.AnnotatedGetterOrField