/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | constify-module-enums-simple-alias.rs | 19 pub struct Bar { struct 31 const UNINIT: ::std::mem::MaybeUninit<Bar> = in bindgen_test_layout_Bar() argument 113 impl Default for Bar { implementation
|
D | objc_protocol_inheritance.rs | 33 pub struct Bar(pub id); struct 34 impl std::ops::Deref for Bar { implementation 40 unsafe impl objc::Message for Bar {} implementation 41 impl Bar { implementation 46 impl IFoo for Bar {} implementation 47 impl PFoo for Bar {} implementation 53 impl std::convert::TryFrom<Foo> for Bar { implementation 55 fn try_from(parent: Foo) -> Result<Bar, Self::Error> { in try_from() 65 impl IBar for Bar {} implementation
|
D | constructor-tp.rs | 15 pub struct Bar { struct 21 ::std::mem::size_of::<Bar>(), in bindgen_test_layout_Bar() argument 33 pub fn Bar_Bar(this: *mut Bar); in Bar_Bar() 35 impl Bar { impl
|
D | var-tracing.rs | 10 pub struct Bar { struct 15 const UNINIT: ::std::mem::MaybeUninit<Bar> = in bindgen_test_layout_Bar() argument 41 pub fn Bar_Bar(this: *mut Bar, baz: ::std::os::raw::c_int); in Bar_Bar() 43 impl Bar { implementation
|
D | objc_pointer_return_types.rs | 14 pub struct Bar(pub id); struct 15 impl std::ops::Deref for Bar { implementation 21 unsafe impl objc::Message for Bar {} implementation 22 impl Bar { implementation 27 impl IBar for Bar {} implementation
|
D | canonical_path_without_namespacing.rs | 10 pub struct Bar { struct 16 ::std::mem::size_of::<Bar>(), in bindgen_test_layout_Bar() argument 28 pub fn baz(arg1: *mut Bar); in baz()
|
D | constify-module-enums-simple-nonamespace.rs | 15 pub struct Bar { struct 21 const UNINIT: ::std::mem::MaybeUninit<Bar> = in bindgen_test_layout_Bar() argument 45 impl Default for Bar { implementation
|
D | variadic-method.rs | 14 pub struct Bar { struct 20 ::std::mem::size_of::<Bar>(), in bindgen_test_layout_Bar() argument 32 pub fn Bar_foo(this: *mut Bar, fmt: *const ::std::os::raw::c_char, ...); in Bar_foo()
|
D | dupe-enum-variant-in-namespace.rs | 15 impl root::foo::Bar { implementation 18 impl root::foo::Bar { implementation 23 pub enum Bar { enum
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | in_class_typedef.hpp | 7 typedef struct Bar { struct in Foo 8 int x, y; 9 } Bar; typedef in Foo
|
D | qualified-dependent-types.hpp | 7 struct Bar {}; struct 10 struct Bar<T, void> { struct 11 using BarDependent = typename Foo<T>::Dependent; argument
|
D | template_instantiation_with_fn_local_type.hpp | 12 struct Bar { in f() struct 13 Bar() {} in f() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | objc_inheritance.rs | 31 pub struct Bar(pub id); struct 32 impl std::ops::Deref for Bar { implementation 38 unsafe impl objc::Message for Bar {} implementation 39 impl Bar { impl 44 impl IFoo for Bar {} implementation 50 impl std::convert::TryFrom<Foo> for Bar { implementation 52 fn try_from(parent: Foo) -> Result<Bar, Self::Error> { in try_from() 62 impl IBar for Bar {} implementation 80 impl From<Baz> for Bar { implementation 81 fn from(child: Baz) -> Bar { in from()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
D | objc_inheritance.rs | 31 pub struct Bar(pub id); struct 32 impl std::ops::Deref for Bar { implementation 38 unsafe impl objc::Message for Bar {} implementation 39 impl Bar { impl 44 impl IFoo for Bar {} implementation 50 impl std::convert::TryFrom<Foo> for Bar { implementation 52 fn try_from(parent: Foo) -> Result<Bar, Self::Error> { in try_from() 62 impl IBar for Bar {} implementation 80 impl From<Baz> for Bar { implementation 81 fn from(child: Baz) -> Bar { in from()
|
/third_party/typescript/tests/baselines/reference/ |
D | duplicateIdentifierRelatedSpans1.js | 5 const Bar = 3; constant 8 class Bar {} class 23 function Bar() { class in Bar
|
D | importTypeLocal.js | 41 Bar: Bar2 property 52 var Bar = /** @class */ (function () { class 53 function Bar(input) { class in Bar 71 Bar: Bar2 property
|
D | amdModuleBundleNoDuplicateDeclarationEmitComments.js | 8 export class Bar {} class 28 var Bar = /** @class */ (function () { class 29 function Bar() { class in anonymousFunction9d3133dd0300.Bar
|
D | parser553699.js | 7 class Bar { class 8 constructor(c: Bar) { } 19 function Bar(c) { class in Bar
|
D | importTypeLocalMissing.js | 42 Bar: Bar2 property 53 var Bar = /** @class */ (function () { class 54 function Bar(input) { class in Bar 73 Bar: Bar2 property
|
D | moduleAndInterfaceWithSameName.js | 38 (function (Bar) { argument 45 (function (Bar) { argument 53 (function (Bar) { argument
|
D | importTypeGenericTypes.js | 44 Bar: Bar2 property 55 var Bar = /** @class */ (function () { class 56 function Bar(input) { class in Bar 74 Bar: Bar2 property
|
/third_party/typescript/tests/cases/compiler/ |
D | duplicateIdentifierRelatedSpans1.ts | 4 const Bar = 3; constant 7 class Bar {} class 10 let Bar = 42 variable
|
D | moduleAndInterfaceWithSameName.ts | 6 export interface Bar { interface 16 export interface Bar { interface 28 interface Bar { interface
|
/third_party/rust/crates/static-assertions-rs/tests/ |
D | fields.rs | 22 pub struct Bar<T: ?Sized> { pub nul: (), pub inner: T } struct 26 use m::Bar as Baz;
|
/third_party/rust/crates/clap/tests/derive/ |
D | value_enum.rs | 17 Bar, in basic() enumerator 46 Bar, in default_value() enumerator 86 Bar, in vec_for_default_values_t() enumerator 137 Bar, in vec_for_default_values_os_t() enumerator 401 Bar, in skip_variant() enumerator 432 Bar, in skip_non_unit_variant() enumerator 475 Bar, in option_type() enumerator 505 Bar, in option_option_type() enumerator 539 Bar, in vec_type() enumerator 569 Bar, in option_vec_type() enumerator [all …]
|