Searched refs:fieldAnnotations (Results 1 – 2 of 2) sorted by relevance
46 private ArrayList<FieldAnnotationStruct> fieldAnnotations; field in AnnotationsDirectoryItem61 fieldAnnotations = null; in AnnotationsDirectoryItem()80 (fieldAnnotations == null) && in isEmpty()95 (fieldAnnotations == null) && in isInternable()159 if (fieldAnnotations == null) { in addFieldAnnotations()160 fieldAnnotations = new ArrayList<FieldAnnotationStruct>(); in addFieldAnnotations()163 fieldAnnotations.add(new FieldAnnotationStruct(field, in addFieldAnnotations()251 if (fieldAnnotations != null) { in addContents()252 for (FieldAnnotationStruct item : fieldAnnotations) { in addContents()281 int elementCount = listSize(fieldAnnotations) in place0()[all …]
47 private ArrayList<FieldAnnotationStruct> fieldAnnotations; field in AnnotationsDirectoryItem62 fieldAnnotations = null; in AnnotationsDirectoryItem()81 (fieldAnnotations == null) && in isEmpty()96 (fieldAnnotations == null) && in isInternable()158 if (fieldAnnotations == null) { in addFieldAnnotations()159 fieldAnnotations = new ArrayList<FieldAnnotationStruct>(); in addFieldAnnotations()162 fieldAnnotations.add(new FieldAnnotationStruct(field, in addFieldAnnotations()247 if (fieldAnnotations != null) { in addContents()248 for (FieldAnnotationStruct item : fieldAnnotations) { in addContents()277 int elementCount = listSize(fieldAnnotations) in place0()[all …]