Home
last modified time | relevance | path

Searched refs:NoPartialEq (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dno-partialeq-allowlisted.rs10 pub struct NoPartialEq { structure names
15 const UNINIT: ::std::mem::MaybeUninit<NoPartialEq> = in bindgen_test_layout_NoPartialEq()
19 ::std::mem::size_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq()
21 concat!("Size of: ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq()
24 ::std::mem::align_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq()
26 concat!("Alignment of ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq()
33 stringify!(NoPartialEq), in bindgen_test_layout_NoPartialEq()
H A Dno-partialeq-opaque.rs11 pub struct NoPartialEq { structure names
17 ::std::mem::size_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq()
19 concat!("Size of: ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq()
22 ::std::mem::align_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq()
24 concat!("Alignment of ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq()
H A Dallowlisted-item-references-no-partialeq.rs10 pub struct NoPartialEq { structure names
16 ::std::mem::size_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq()
18 concat!("Size of: ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq()
21 ::std::mem::align_of::<NoPartialEq>(), in bindgen_test_layout_NoPartialEq()
23 concat!("Alignment of ", stringify!(NoPartialEq)) in bindgen_test_layout_NoPartialEq()
29 pub a: NoPartialEq,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dallowlisted-item-references-no-partialeq.hpp1 // bindgen-flags: --with-derive-partialeq --allowlist-type "AllowlistMe" --no-partialeq "NoPartialEq"
3 struct NoPartialEq {}; struct
6 NoPartialEq a;
H A Dno-partialeq-allowlisted.hpp1 // bindgen-flags: --with-derive-partialeq --allowlist-type "NoPartialEq" --no-partialeq "NoPartialEq"
3 class NoPartialEq { class
H A Dno-partialeq-opaque.hpp1 // bindgen-flags: --with-derive-partialeq --opaque-type "NoPartialEq" --no-partialeq "NoPartialEq"
3 class NoPartialEq { class

Completed in 1 milliseconds