Home
last modified time | relevance | path

Searched defs:getUnderlyingTypeWithinGenericDoc (Results 1 – 10 of 10) sorted by relevance

/appsearch/compiler/src/main/java/androidx/appsearch/compiler/annotationwrapper/
DPropertyAnnotation.kt66 fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror method
DDoublePropertyAnnotation.kt60 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.DoublePropertyAnnotation
DBytesPropertyAnnotation.kt60 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.BytesPropertyAnnotation
DBooleanPropertyAnnotation.kt60 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.BooleanPropertyAnnotation
DBlobHandlePropertyAnnotation.kt65 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.BlobHandlePropertyAnnotation
DMetadataPropertyAnnotation.java99 public @NonNull TypeMirror getUnderlyingTypeWithinGenericDoc( in getUnderlyingTypeWithinGenericDoc() method in MetadataPropertyAnnotation
DEmbeddingPropertyAnnotation.kt72 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.EmbeddingPropertyAnnotation
DDocumentPropertyAnnotation.kt87 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.DocumentPropertyAnnotation
DLongPropertyAnnotation.kt96 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.LongPropertyAnnotation
DStringPropertyAnnotation.kt104 override fun getUnderlyingTypeWithinGenericDoc(helper: IntrospectionHelper): TypeMirror = method in androidx.appsearch.compiler.annotationwrapper.StringPropertyAnnotation