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

Method GetAnnotationItemAtOffset

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

Source from the content-addressed store, hash-verified

838 }
839
840 ALWAYS_INLINE const AnnotationItem* GetAnnotationItemAtOffset(uint32_t offset) const {
841 return DataPointer<AnnotationItem>(offset);
842 }
843
844 const AnnotationItem* GetAnnotationItem(const AnnotationSetItem* set_item, uint32_t index) const {
845 DCHECK_LE(index, set_item->size_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected