Searched defs:AnnotationValue (Results 1 – 2 of 2) sorted by relevance
19 public enum AnnotationValue { enum
112 union AnnotationValue { union116 explicit AnnotationValue(const int value) : intValue(value) { in AnnotationValue() function118 explicit AnnotationValue(const bool value) : boolValue(value) { in AnnotationValue() function