HomeSort by relevance Sort by last modified time
    Searched full:prototypeindex (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
Scope.cpp 35 PrototypeIndex = 0;
42 PrototypeIndex = 0;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MethodIdItem.java 122 int prototypeIndex = methodPrototype.getIndex();
123 if (prototypeIndex > 0xffff) {
127 out.writeShort(prototypeIndex);
  /external/clang/include/clang/Sema/
Scope.h 113 /// PrototypeIndex - This is the number of parameters currently
115 unsigned short PrototypeIndex;
217 return PrototypeIndex++;

Completed in 81 milliseconds