Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp188 AnnotationDataAccessor ann_acc(*file_, ann_id); in CreateAnnotationItem() local
189 File::EntityId ann_class_id {ann_acc.GetClassId()}; in CreateAnnotationItem()
209 for (size_t i = 0; i < ann_acc.GetCount(); i++) { in CreateAnnotationItem()
210 AnnotationDataAccessor::Tag ann_tag = ann_acc.GetTag(i); in CreateAnnotationItem()
211 AnnotationDataAccessor::Elem ann_elem = ann_acc.GetElement(i); in CreateAnnotationItem()