Home
last modified time | relevance | path

Searched defs:jvmType (Results 1 – 2 of 2) sorted by relevance

/appsearch/compiler/src/main/java/androidx/appsearch/compiler/
DToGenericDocumentCodeGenerator.java419 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. List<Long> in collectionForLoopAssign() local
505 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. List<CustomType> in collectionForLoopCallSerialize() local
536 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. Long[] in arrayForLoopAssign() local
567 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. String[] in arrayUseDirectly() local
588 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. Person[] in arrayForLoopCallToGenericDocument() local
614 TypeMirror jvmType = getterOrField.getJvmType(); // e.g. CustomType[] in arrayForLoopCallToSerialize() local
642 TypeMirror jvmType = getterOrField.getJvmType(); in fieldUseDirectlyWithNullCheck() local
DAnnotatedGetterOrField.kt195 val jvmType = IntrospectionHelper.getPropertyType(getterOrField) in <lambda>() constant
225 val jvmType = IntrospectionHelper.getPropertyType(getterOrField) in <lambda>() constant
597 val jvmType: TypeMirror in <lambda>() constant in androidx.appsearch.compiler.AnnotatedGetterOrField