Home
last modified time | relevance | path

Searched refs:mAnnotationValuesNeedingInit (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DConverter.java782 private static HashSet<AnnotationValue> mAnnotationValuesNeedingInit = field in Converter
802 if (mAnnotationValuesNeedingInit != null) { in obtainAnnotationValue()
803 mAnnotationValuesNeedingInit.add(o); in obtainAnnotationValue()
837 while (mAnnotationValuesNeedingInit.size() > 0) { in finishAnnotationValueInit()
838 HashSet<AnnotationValue> set = mAnnotationValuesNeedingInit; in finishAnnotationValueInit()
839 mAnnotationValuesNeedingInit = new HashSet<AnnotationValue>(); in finishAnnotationValueInit()
846 mAnnotationValuesNeedingInit = null; in finishAnnotationValueInit()