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

Method EndDataPointer

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

Source from the content-addressed store, hash-verified

1314 return ptr_pos_;
1315 }
1316 const uint8_t* EndDataPointer() const {
1317 CHECK(!HasNext());
1318 return ptr_pos_;
1319 }
1320
1321 private:
1322 // A dex file's class_data_item is leb128 encoded, this structure holds a decoded form of the

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected