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