| /third_party/typescript/src/testRunner/unittests/evaluation/ |
| D | superInStaticInitializer.ts | 17 const [Base, Derived] = result.main(); constant 36 const [Base, Derived] = result.main(); constant 62 const [Base, Derived, thisInBase] = result.main(); constant 94 const [Base, Derived, thisInBaseGet, thisInBaseSet] = result.main(); constant 120 const [Derived, thisInBase] = result.main(); constant 143 const [Derived, thisInBase] = result.main(); constant 166 const [Derived] = result.main(); constant 188 const [Derived] = result.main(); constant
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | vtable_recursive_sig.rs | 41 pub fn Base_AsDerived(this: *mut ::std::os::raw::c_void) -> *mut Derived; in Base_AsDerived() 45 pub struct Derived { struct 51 ::std::mem::size_of::<Derived>(), in bindgen_test_layout_Derived() argument 61 impl Default for Derived { implementation
|
| D | crtp.rs | 15 pub struct Derived { struct 21 ::std::mem::size_of::<Derived>(), in bindgen_test_layout_Derived() argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | privateNameFieldDerivedClasses.js | 4 static method(x: Derived) { 8 class Derived extends Base { class 9 static method(x: Derived) {
|
| D | privateNameNestedClassFieldShadowing.js | 5 class Derived { class 10 testDerived(x: Derived) { 29 class Derived { class
|
| D | privateNameNestedClassAccessorsShadowing.js | 5 class Derived { class 10 testDerived(x: Derived) { 30 class Derived { class
|
| D | privateNameNestedClassMethodShadowing.js | 5 class Derived { class 10 testDerived(x: Derived) { 30 class Derived { class
|
| D | privateNameStaticFieldDerivedClasses.js | 4 static method(x: Derived) { 9 class Derived extends Base { class 11 static method(x: Derived) {
|
| D | genericCallWithConstraintsTypeArgumentInference.js | 5 class Derived extends Base { bar: string; } class 47 foo3<T extends Derived>(t: T, u: U) { field in C 55 foo5<T extends Derived, U extends Derived2>(t: T, u: U) { property in C 59 foo6<T extends Derived, U extends Derived2>() { property in C 64 foo7<T extends Base, U extends Derived>(u: U) { field in C 69 foo8<T extends Base, U extends Derived>() { field in C 98 var i: I<Base, Derived>; variable 134 function Derived() { class in Derived
|
| D | thisTypeErrors2.js | 8 class Derived { class 29 function Derived(host) { class in Derived
|
| D | complexClassRelationships.js | 3 class Derived extends Base { class 4 public static createEmpty(): Derived { field in Derived 35 public get prop2(): BaseCollection<Derived> { field in Foo 36 return new BaseCollection<Derived>(Derived.createEmpty); field in Foo 69 function Derived() { class in Derived
|
| D | assignmentCompatWithObjectMembers4.js | 6 class Derived extends Base { bar: string; } class 118 var Derived = /** @class */ (function (_super) { class 120 function Derived() { class in anonymousFunction8e9698670600.Derived 177 var Derived = /** @class */ (function (_super) { class 179 function Derived() { class in anonymousFunction8e9698670d00.Derived
|
| D | privateNameStaticAccessorssDerivedClasses.js | 8 class Derived extends Base { class 9 static method(x: typeof Derived) {
|
| D | privateNameAccessorssDerivedClasses.js | 8 class Derived extends Base { class 9 static method(x: Derived) {
|
| D | privateNameMethodsDerivedClasses.js | 8 class Derived extends Base { class 9 static method(x: Derived) {
|
| D | apparentTypeSupertype.js | 10 class Derived<U extends String> extends Base { // error class 40 function Derived() { class in Derived
|
| D | constructSignatureAssignabilityInInheritance3.js | 7 class Derived extends Base { bar: string; } class 139 var Derived = /** @class */ (function (_super) { class 141 function Derived() { class in anonymousFunctioncefc89360e00.Derived
|
| D | callSignatureAssignabilityInInheritance3.js | 7 class Derived extends Base { bar: string; } class 141 var Derived = /** @class */ (function (_super) { class 143 function Derived() { class in anonymousFunctionebf5b0ed0c00.Derived
|
| D | checkSuperCallBeforeThisAccessing1.js | 3 class Derived extends Based { class 36 function Derived() { class in Derived
|
| D | inheritedConstructorWithRestParams.js | 6 class Derived extends Base { } class 44 function Derived() { class in Derived
|
| D | checkSuperCallBeforeThisAccessing2.js | 3 class Derived extends Based { class 36 function Derived() { class in Derived
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | partial-specialization-and-inheritance.hpp | 20 class Derived { class 27 class Derived<U*> : public Base<U*> { class
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
| D | partial-specialization-and-inheritance.rs | 15 pub struct Derived { struct 16 pub b: bool,
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
| D | partial-specialization-and-inheritance.rs | 15 pub struct Derived { struct 16 pub b: bool,
|
| /third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
| D | interfaceThatIndirectlyInheritsFromItself.ts | 5 interface Derived extends Base { interface 18 interface Derived<T> extends Base<T> { interface
|