MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / GetAnnotationItem

Method GetAnnotationItem

Bcore/src/main/cpp/dex/dex_file.h:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842 }
843
844 const AnnotationItem* GetAnnotationItem(const AnnotationSetItem* set_item, uint32_t index) const {
845 DCHECK_LE(index, set_item->size_);
846 return GetAnnotationItemAtOffset(set_item->entries_[index]);
847 }
848
849 const AnnotationSetItem* GetSetRefItemItem(const AnnotationSetRefItem* anno_item) const {
850 return DataPointer<AnnotationSetItem>(anno_item->annotations_off_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected