Searched defs:proto (Results 1 – 5 of 5) sorted by relevance
72 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local297 const ProtoKey* proto; member
403 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
666 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
1106 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
303 ProtoCacheIndex proto; member