Home | History | Annotate | Download | only in libdex

Lines Matching defs:proto

115  * Return the utf-8 encoded descriptor string from the proto of a MethodId.
120 DexProto proto;
122 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
123 return dexProtoGetMethodDescriptor(&proto, pCache);
128 * proto of a MethodId. The returned pointer must be free()ed by the
134 DexProto proto;
136 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
137 return dexProtoCopyMethodDescriptor(&proto);
181 int dexProtoCompareToDescriptor(const DexProto* proto, const char* descriptor);
188 const DexProto* proto;