Home
last modified time | relevance | path

Searched defs:superType (Results 1 – 9 of 9) sorted by relevance

/external/objenesis/main/src/main/java/org/objenesis/instantiator/gcj/
DGCJSerializationInstantiator.java33 private Class<? super T> superType; field in GCJSerializationInstantiator
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DTestUtils.java43 …public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String.… in makeClassDef()
/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
DForwardsInvocations.java62 private static boolean compatibleReturnTypes(Class<?> superType, Class<?> subType) { in compatibleReturnTypes()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java271 TypeId<T> superType = TypeId.get(baseClass); in buildProxyClass() local
584 TypeId<G> generatedType, TypeId<T> superType, Class<T> superClass) { in generateConstructorsAndFields()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2693 QualType superType = getSuperStructType(); in SynthMessageExpr() local
2788 QualType superType = getSuperStructType(); in SynthMessageExpr() local
DRewriteModernObjC.cpp3273 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3368 QualType superType = getSuperStructType(); in SynthMessageExpr() local
/external/clang/lib/AST/
DDeclObjC.cpp322 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local
DType.cpp1345 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java472 public String superType; field in smaliTreeWalker.header_return