Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DmixinIntersectionIsValidbaseType.js52 var Serializable = function (SuperClass) { argument
66 var AMixin = function (SuperClass) { argument
/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