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

Method NumProtoIds

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

Returns the number of prototype identifiers in the .dex file.

Source from the content-addressed store, hash-verified

690
691 // Returns the number of prototype identifiers in the .dex file.
692 size_t NumProtoIds() const {
693 DCHECK(header_ != nullptr) << GetLocation();
694 return header_->proto_ids_size_;
695 }
696
697 // Returns the ProtoId at the specified index.
698 const ProtoId& GetProtoId(uint16_t idx) const {

Callers 3

CheckLoadProtoIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected