Searched defs:getClassType (Results 1 - 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/runtime/
H A DDesc.java122 return getClassType(desc, descLen, start, num);
132 private static Class[] getClassType(String desc, int descLen, method in class:Desc
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstType.java216 public Type getClassType() { method in class:CstType
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DClassDefItem.java239 public TypeIdItem getClassType() { method in class:ClassDefItem
304 return a.getClassType().compareTo(b.getClassType());
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DClassPath.java249 classDefItem.getClassType().getTypeDescriptor()));
535 return new ValidationException(String.format("class %s cannot be resolved.", this.getClassType()));
697 public String getClassType() { method in class:ClassPath.ClassDef
829 while (!interfaceDef.getClassType().equals("Ljava/lang/Object;")) {
1150 classType = classDefItem.getClassType().getTypeDescriptor();
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp2485 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2490 getClassIdent, getClassType, 0,
2501 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2507 getClassType, 0,
2518 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2523 getClassIdent, getClassType, 0,
H A DRewriteModernObjC.cpp2391 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2396 getClassIdent, getClassType, 0,
2407 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2413 getClassType, 0,
2424 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2429 getClassIdent, getClassType, 0,

Completed in 171 milliseconds