Home
last modified time | relevance | path

Searched defs:Bar (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dconstify-module-enums-simple-alias.rs19 pub struct Bar { struct
31 const UNINIT: ::std::mem::MaybeUninit<Bar> = in bindgen_test_layout_Bar() argument
113 impl Default for Bar { implementation
Dobjc_protocol_inheritance.rs33 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
Dconstructor-tp.rs15 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
Dvar-tracing.rs10 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
Dobjc_pointer_return_types.rs14 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
Dcanonical_path_without_namespacing.rs10 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()
Dconstify-module-enums-simple-nonamespace.rs15 pub struct Bar { struct
21 const UNINIT: ::std::mem::MaybeUninit<Bar> = in bindgen_test_layout_Bar() argument
45 impl Default for Bar { implementation
Dvariadic-method.rs14 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()
Ddupe-enum-variant-in-namespace.rs15 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/
Din_class_typedef.hpp7 typedef struct Bar { struct in Foo
8 int x, y;
9 } Bar; typedef in Foo
Dqualified-dependent-types.hpp7 struct Bar {}; struct
10 struct Bar<T, void> { struct
11 using BarDependent = typename Foo<T>::Dependent; argument
Dtemplate_instantiation_with_fn_local_type.hpp12 struct Bar { in f() struct
13 Bar() {} in f() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dobjc_inheritance.rs31 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/
Dobjc_inheritance.rs31 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/
DduplicateIdentifierRelatedSpans1.js5 const Bar = 3; constant
8 class Bar {} class
23 function Bar() { class in Bar
DimportTypeLocal.js41 Bar: Bar2 property
52 var Bar = /** @class */ (function () { class
53 function Bar(input) { class in Bar
71 Bar: Bar2 property
DamdModuleBundleNoDuplicateDeclarationEmitComments.js8 export class Bar {} class
28 var Bar = /** @class */ (function () { class
29 function Bar() { class in anonymousFunction9d3133dd0300.Bar
Dparser553699.js7 class Bar { class
8 constructor(c: Bar) { }
19 function Bar(c) { class in Bar
DimportTypeLocalMissing.js42 Bar: Bar2 property
53 var Bar = /** @class */ (function () { class
54 function Bar(input) { class in Bar
73 Bar: Bar2 property
DmoduleAndInterfaceWithSameName.js38 (function (Bar) { argument
45 (function (Bar) { argument
53 (function (Bar) { argument
DimportTypeGenericTypes.js44 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/
DduplicateIdentifierRelatedSpans1.ts4 const Bar = 3; constant
7 class Bar {} class
10 let Bar = 42 variable
DmoduleAndInterfaceWithSameName.ts6 export interface Bar { interface
16 export interface Bar { interface
28 interface Bar { interface
/third_party/rust/crates/static-assertions-rs/tests/
Dfields.rs22 pub struct Bar<T: ?Sized> { pub nul: (), pub inner: T } struct
26 use m::Bar as Baz;
/third_party/rust/crates/clap/tests/derive/
Dvalue_enum.rs17 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 …]

12345678910>>...20