Home
last modified time | relevance | path

Searched refs:Superclass (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m4 // Superclass declares property. Subclass redeclares the same property.
6 // Superclass declares a property. Subclass declares a different property with the same name
8 // Superclass conforms to a protocol that declares a property. Subclass redeclares the
10 // Superclass conforms to a protocol that declares a property. Subclass conforms to the
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py379 class Superclass(object): class
391 class Subclass(Superclass):
402 inspect_utils.getdefiningclass(Subclass.bar, Subclass) is Superclass)
407 Superclass)
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m20 // Superclass mismatch
Dinterface1.m20 // Superclass mismatch
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java330 abstract static class Superclass<T extends ErasedType> { class in MethodInterceptionTest
340 public static class Impl extends Superclass<RetType> implements Interface {}
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DClassTypeImpl.java66 sup = JDWP.ClassType.Superclass. in superclass()
/external/clang/lib/AST/
DType.cpp1087 case ObjCSubstitutionContext::Superclass: in substObjCTypeArgs()
1214 context != ObjCSubstitutionContext::Superclass) { in substObjCTypeArgs()
1441 ObjCSubstitutionContext::Superclass) in computeSuperClassTypeSlow()
/external/google-styleguide/
Dobjcguide.md1318 Superclass initialization completes before subclass initialization. Until all
/external/clang/include/clang/AST/
DType.h581 Superclass,
/external/testng/
DCHANGES.txt1052 Fixed: Superclass test methods were not called in the presence of a class @Test
/external/llvm/docs/
DProgrammersManual.rst3057 Superclass: Value_
3478 Superclass: Value_
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst3646 Superclass: Value_
4067 Superclass: Value_
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1084 C3 algorithm as described in the paper `"A Monotonic Superclass Linearization
D2.5.rst862 :pep:`352` - Required Superclass for Exceptions
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1084 C3 algorithm as described in the paper `"A Monotonic Superclass Linearization
D2.5.rst863 :pep:`352` - Required Superclass for Exceptions