Searched defs:Signature (Results 1 – 3 of 3) sorted by relevance
30 class Signature; variable
47 class Signature; variable1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature() function1077 Signature() : dex_file_(nullptr), proto_id_(nullptr) { in Signature() function
72 class Signature; variable