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

Method GetMethodDeclaringClassDescriptor

Bcore/src/main/cpp/dex/dex_file-inl.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92inline const char* DexFile::GetMethodDeclaringClassDescriptor(const MethodId& method_id) const {
93 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
94 return GetTypeDescriptor(type_id);
95}
96
97inline const Signature DexFile::GetMethodSignature(const MethodId& method_id) const {
98 return Signature(this, GetProtoId(method_id.proto_idx_));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected