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

Method GetSetRefItemItem

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

Source from the content-addressed store, hash-verified

847 }
848
849 const AnnotationSetItem* GetSetRefItemItem(const AnnotationSetRefItem* anno_item) const {
850 return DataPointer<AnnotationSetItem>(anno_item->annotations_off_);
851 }
852
853 // Debug info opcodes and constants
854 enum {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected