Home
last modified time | relevance | path

Searched defs:SuperClass (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_super_keyword/super_calls/
Darguments.ts25 class SuperClass<T> { class
/third_party/typescript/tests/cases/compiler/
DmixinIntersectionIsValidbaseType.ts22 let SomeHowOkay = class A extends SuperClass { variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h322 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallVector.h316 using SuperClass = SmallVectorTemplateBase<T>; variable