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

Method NumStringIds

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

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

Source from the content-addressed store, hash-verified

469
470 // Returns the number of string identifiers in the .dex file.
471 size_t NumStringIds() const {
472 DCHECK(header_ != nullptr) << GetLocation();
473 return header_->string_ids_size_;
474 }
475
476 // Returns the StringId at the specified index.
477 const StringId& GetStringId(dex::StringIndex idx) const {

Callers 4

CheckLoadStringByIdxMethod · 0.80
DumpStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected