Searched defs:dataPropertyKind (Results 1 – 9 of 9) sorted by relevance
| /appsearch/compiler/src/main/java/androidx/appsearch/compiler/annotationwrapper/ | ||
| D | DoublePropertyAnnotation.kt | 57 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.DoublePropertyAnnotation |
| D | BytesPropertyAnnotation.kt | 57 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.BytesPropertyAnnotation |
| D | BooleanPropertyAnnotation.kt | 57 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.BooleanPropertyAnnotation |
| D | BlobHandlePropertyAnnotation.kt | 62 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.BlobHandlePropertyAnnotation |
| D | EmbeddingPropertyAnnotation.kt | 69 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.EmbeddingPropertyAnnotation |
| D | DataPropertyAnnotation.kt | 116 abstract val dataPropertyKind: Kind constant in androidx.appsearch.compiler.annotationwrapper.DataPropertyAnnotation |
| D | DocumentPropertyAnnotation.kt | 84 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.DocumentPropertyAnnotation |
| D | LongPropertyAnnotation.kt | 93 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.LongPropertyAnnotation |
| D | StringPropertyAnnotation.kt | 101 override val dataPropertyKind constant in androidx.appsearch.compiler.annotationwrapper.StringPropertyAnnotation |