Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DConverter.java766 private static HashSet<AnnotationValue> mAnnotationValuesNeedingInit = field in Converter
777 if (mAnnotationValuesNeedingInit != null) { in obtainAnnotationValue()
778 mAnnotationValuesNeedingInit.add(o); in obtainAnnotationValue()
812 while (mAnnotationValuesNeedingInit.size() > 0) { in finishAnnotationValueInit()
813 HashSet<AnnotationValue> set = mAnnotationValuesNeedingInit; in finishAnnotationValueInit()
814 mAnnotationValuesNeedingInit = new HashSet<AnnotationValue>(); in finishAnnotationValueInit()
821 mAnnotationValuesNeedingInit = null; in finishAnnotationValueInit()