/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | objc_inheritance.rs | 66 pub struct Baz(pub id); struct 67 impl std::ops::Deref for Baz { implementation 73 unsafe impl objc::Message for Baz {} implementation 74 impl Baz { implementation 79 impl IBar for Baz {} implementation 85 impl std::convert::TryFrom<Bar> for Baz { implementation 87 fn try_from(parent: Bar) -> Result<Baz, Self::Error> { in try_from() 97 impl IFoo for Baz {} implementation 103 impl std::convert::TryFrom<Foo> for Baz { implementation 105 fn try_from(parent: Foo) -> Result<Baz, Self::Error> { in try_from() [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
D | objc_inheritance.rs | 66 pub struct Baz(pub id); struct 67 impl std::ops::Deref for Baz { implementation 73 unsafe impl objc::Message for Baz {} implementation 74 impl Baz { impl 79 impl IBar for Baz {} implementation 85 impl std::convert::TryFrom<Bar> for Baz { implementation 87 fn try_from(parent: Bar) -> Result<Baz, Self::Error> { in try_from() 97 impl IFoo for Baz {} implementation 103 impl std::convert::TryFrom<Foo> for Baz { implementation 105 fn try_from(parent: Foo) -> Result<Baz, Self::Error> { in try_from() [all …]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-1443.hpp | 8 struct Baz { struct 9 Foo& f; 10 unsigned m;
|
D | nested_within_namespace.hpp | 7 class Baz { class in foo::Bar 12 class Baz { class
|
D | bitfield-enum-basic.hpp | 5 Baz = 1 << 2, enumerator 12 Baz = 1 << 2, enumerator
|
/third_party/typescript/tests/baselines/reference/ |
D | implementsIncorrectlyNoAssertion.js | 9 class Baz implements Wrapper { class 17 function Baz() { class in Baz
|
D | moduleCodeGenTest3.js | 7 var Baz; variable 8 (function (Baz) { argument
|
D | moduleCodegenTest4.js | 11 var Baz; variable 12 (function (Baz) { argument
|
D | declFileGenericClassWithGenericExtendedClass.js | 10 class Baz implements IBar<Baz> { class 11 derived: Derived<Baz>; field in Baz 44 function Baz() { class in Baz
|
D | cloduleAndTypeParameters.js | 23 var Baz = /** @class */ (function () { class 24 function Baz() { class in anonymousFunctiondc9ca7ea0200.Baz
|
D | errorSpanForUnclosedJsxTag.js | 8 let Baz = () => {} function 18 var Baz = function () { }; class
|
D | implementingAnInterfaceExtendingClassWithPrivates2.js | 30 class Baz extends Foo { class 138 var Baz = /** @class */ (function (_super) { class 140 function Baz() { class in anonymousFunction1b94c13a0a00.Baz 175 var Baz = /** @class */ (function (_super) { class 177 function Baz() { class in anonymousFunction1b94c13a1100.Baz
|
D | nonIdenticalTypeConstraints.js | 30 class Baz<T extends Function> { class 63 function Baz() { class in Baz
|
D | interfaceExtendingClassWithPrivates2.js | 17 class Baz { class 42 function Baz() { class in Baz
|
D | interfaceExtendingClassWithProtecteds2.js | 17 class Baz { class 42 function Baz() { class in Baz
|
D | checkForObjectTooStrict.js | 66 var Baz = /** @class */ (function (_super) { class 68 function Baz() { class in Baz
|
/third_party/typescript/tests/cases/compiler/ |
D | gettersAndSettersAccessibility.ts | 2 private get Baz():number { return 0; } method in C99 3 public set Baz(n:number) {} // error - accessors do not agree in visibility method in C99
|
D | gettersAndSettersErrors.ts | 11 private get Baz():number { return 0; } method in E 12 public set Baz(n:number) {} // error - accessors do not agree in visibility method in E
|
D | nonIdenticalTypeConstraints.ts | 26 interface Baz<T extends Function> { interface 29 class Baz<T extends Function> { class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-1443.rs | 56 pub struct Baz { struct 62 const UNINIT: ::std::mem::MaybeUninit<Baz> = in bindgen_test_layout_Baz() argument 86 impl Default for Baz { implementation
|
D | multiple-inherit-empty-correct-layout.rs | 46 pub struct Baz { struct 52 ::std::mem::size_of::<Baz>(), in bindgen_test_layout_Baz() argument
|
D | newtype-enum.rs | 12 pub const Baz: Foo = Foo(4); constant
|
D | template_instantiation_with_fn_local_type.rs | 32 pub struct Baz { struct 38 ::std::mem::size_of::<Baz>(), in bindgen_test_layout_Baz() argument
|
D | var-tracing.rs | 53 pub struct Baz { struct 63 ::std::mem::size_of::<Baz>(), in bindgen_test_layout_Baz() argument
|
D | nested_within_namespace.rs | 83 pub struct Baz { struct 84 pub baz: ::std::os::raw::c_int,
|