Searched refs:annotationValue (Results 1 – 5 of 5) sorted by relevance
130 .map(annotationValue -> { in typedArrayValuesByName()131 final Object value = annotationValue.getValue(); in typedArrayValuesByName()138 annotationValue); in typedArrayValuesByName()151 annotationValue); in typedArrayValuesByName()208 return valueByName(propertyName, annotationMirror).map(annotationValue -> {209 final Object value = annotationValue.getValue();218 annotationValue);232 annotationValue);254 return valueByName(propertyName, annotationMirror).map(annotationValue -> {255 final Object value = annotationValue.getValue();[all …]
56 @Nullable AnnotationValue annotationValue) { in ProcessingException() argument60 mAnnotationValue = annotationValue; in ProcessingException()
65 string get_restriction_category_str(int annotationValue);
154 const AnnotationValue annotationValue) { in addAnnotationToAtomDecl() argument160 make_shared<Annotation>(annotationId, atomDecl.code, annotationType, annotationValue)); in addAnnotationToAtomDecl()
125 string get_restriction_category_str(int annotationValue) { in get_restriction_category_str() argument126 switch (annotationValue) { in get_restriction_category_str()