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

Method DataSize

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

Source from the content-addressed store, hash-verified

941 }
942
943 size_t DataSize() const {
944 return data_size_;
945 }
946
947 template <typename T>
948 const T* DataPointer(size_t offset) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected