Searched refs:AnnotationValue (Results 1 – 18 of 18) sorted by relevance
150 const AnnotationValue annotationValue) { in addAnnotationToAtomDecl()177 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()183 AnnotationValue(true)); in collate_field_restricted_annotations()189 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()195 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()201 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()207 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()213 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()219 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()225 ANNOTATION_TYPE_BOOL, AnnotationValue(true)); in collate_field_restricted_annotations()[all …]
112 union AnnotationValue { union116 explicit AnnotationValue(const int value) : intValue(value) { in AnnotationValue() function118 explicit AnnotationValue(const bool value) : boolValue(value) { in AnnotationValue() function126 AnnotationValue value;129 AnnotationValue value) in Annotation()
30 import javax.lang.model.element.AnnotationValue;166 List<AnnotationValue> untypedArrayValuesByName( in untypedArrayValuesByName()172 List<AnnotationValue> typedValues = new ArrayList<>(untypedValues.size()); in untypedArrayValuesByName()175 if (untypedValue instanceof AnnotationValue) { in untypedArrayValuesByName()176 typedValues.add((AnnotationValue) untypedValue); in untypedArrayValuesByName()279 Optional<AnnotationValue> valueByName(282 final Map<? extends ExecutableElement, ? extends AnnotationValue> valueMap =
26 import javax.lang.model.element.AnnotationValue;35 private final @Nullable AnnotationValue mAnnotationValue;56 @Nullable AnnotationValue annotationValue) { in ProcessingException()
34 import javax.lang.model.element.AnnotationValue;320 final Optional<AnnotationValue> enumMapping = in determinePropertyType()322 final Optional<AnnotationValue> flagMapping = in determinePropertyType()
19 import android.frameworks.stats.AnnotationValue;27 AnnotationValue value;
22 union AnnotationValue {
55 case AnnotationValue::boolValue: { in write_annotation()57 annotation.value.get<AnnotationValue::boolValue>()); in write_annotation()60 case AnnotationValue::intValue: { in write_annotation()62 annotation.value.get<AnnotationValue::intValue>()); in write_annotation()
19 public enum AnnotationValue { enum
19 @TestAnnotation(AnnotationValue.V1)
19 @TestAnnotation2(AnnotationValue.V1)
24 AnnotationValue value(); in value()
36 union AnnotationValue {
38 android.frameworks.stats.AnnotationValue value;
30 import javax.lang.model.element.AnnotationValue94 val values = value.value as List<AnnotationValue>