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

Method FindProtoId

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

Source from the content-addressed store, hash-verified

711 const dex::TypeIndex* signature_type_idxs,
712 uint32_t signature_length) const;
713 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
714 const std::vector<dex::TypeIndex>& signature_type_idxs) const {
715 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
716 }
717
718 // Given a signature place the type ids into the given vector, returns true on success
719 bool CreateTypeList(const StringPiece& signature,

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected