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

Method NumFieldIds

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

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

Source from the content-addressed store, hash-verified

544
545 // Returns the number of field identifiers in the .dex file.
546 size_t NumFieldIds() const {
547 DCHECK(header_ != nullptr) << GetLocation();
548 return header_->field_ids_size_;
549 }
550
551 // Returns the FieldId at the specified index.
552 const FieldId& GetFieldId(uint32_t idx) const {

Callers 1

CheckLoadFieldIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected