HomeSort by relevance Sort by last modified time
    Searched refs:methodPrototype (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MethodIdItem.java 38 private ProtoIdItem methodPrototype;
53 * @param methodPrototype the type of the method
56 private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) {
59 this.methodPrototype = methodPrototype;
68 * @param methodPrototype the type of the method
74 ProtoIdItem methodPrototype, StringIdItem methodName) {
75 MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType, methodPrototype, methodName);
84 * @param methodPrototype the type of the method
90 ProtoIdItem methodPrototype, StringIdItem methodName)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 378 Decl *methodPrototype =
380 allMethods.push_back(methodPrototype);
    [all...]

Completed in 160 milliseconds