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

Method AsCompactDexFile

Bcore/src/main/cpp/dex/dex_file-inl.h:499–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499inline const CompactDexFile* DexFile::AsCompactDexFile() const {
500 DCHECK(IsCompactDexFile());
501 return down_cast<const CompactDexFile*>(this);
502}
503
504inline const StandardDexFile* DexFile::AsStandardDexFile() const {
505 DCHECK(IsStandardDexFile());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected