Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dwriter.h145 ann_set_ref_lists(dex::kAnnotationSetRefList), in DexImage()
164 Section ann_set_ref_lists; member
/tools/dexter/slicer/
Dwriter.cc349 CopySection(dex_->ann_set_ref_lists, image, image_size); in CreateImage()
420 AddMapItem(dex_->ann_set_ref_lists, map_items); in CreateMapSection()
467 dex_->ann_set_ref_lists.SetOffset(section_offset); in CreateAnnSetRefListsSection()
475 return dex_->ann_set_ref_lists.Seal(4); in CreateAnnSetRefListsSection()
678 auto& data = dex_->ann_set_ref_lists; in WriteAnnotationSetRefList()