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

Method HasNext

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

Source from the content-addressed store, hash-verified

1240 }
1241 }
1242 bool HasNext() const {
1243 return pos_ < EndOfVirtualMethodsPos();
1244 }
1245 inline void Next() {
1246 pos_++;
1247 if (pos_ < EndOfStaticFieldsPos()) {

Callers 6

DecodeDebugLocalInfoMethod · 0.45
VisitMethodsMethod · 0.45
FindProtoIdMethod · 0.45
CheckStaticFieldTypesMethod · 0.45
CheckInterProtoIdItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected