Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DecodeDebugLocalInfo
Method · 0.45
VisitMethods
Method · 0.45
FindProtoId
Method · 0.45
CheckStaticFieldTypes
Method · 0.45
CheckInterProtoIdItem
Method · 0.45
CheckInterCallSiteIdItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected