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

Method Size

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

Source from the content-addressed store, hash-verified

933 }
934
935 size_t Size() const {
936 return size_;
937 }
938
939 const uint8_t* DataBegin() const {
940 return data_begin_;

Callers 14

handleDumpByDexFileFunction · 0.45
operator==Method · 0.45
SlowCompareMethod · 0.45
PrettyMethodMethod · 0.45
dex_file.ccFile · 0.45
ToStringMethod · 0.45
GetNumberOfParametersMethod · 0.45
operator==Method · 0.45
MadviseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected