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

Method Size

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

Source from the content-addressed store, hash-verified

1124 }
1125 bool HasNext() const { return pos_ < size_; }
1126 size_t Size() const { return size_; }
1127 void Next() { ++pos_; }
1128 dex::TypeIndex GetTypeIdx() {
1129 return type_list_->GetTypeItem(pos_).type_idx_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected