Home
last modified time | relevance | path

Searched refs:NoHash (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dno-hash-allowlisted.rs10 pub struct NoHash { structure names
15 const UNINIT: ::std::mem::MaybeUninit<NoHash> = in bindgen_test_layout_NoHash()
19 ::std::mem::size_of::<NoHash>(), in bindgen_test_layout_NoHash()
21 concat!("Size of: ", stringify!(NoHash)) in bindgen_test_layout_NoHash()
24 ::std::mem::align_of::<NoHash>(), in bindgen_test_layout_NoHash()
26 concat!("Alignment of ", stringify!(NoHash)) in bindgen_test_layout_NoHash()
31 concat!("Offset of field: ", stringify!(NoHash), "::", stringify!(i)) in bindgen_test_layout_NoHash()
H A Dno-hash-opaque.rs11 pub struct NoHash { structure names
17 ::std::mem::size_of::<NoHash>(), in bindgen_test_layout_NoHash()
19 concat!("Size of: ", stringify!(NoHash)) in bindgen_test_layout_NoHash()
22 ::std::mem::align_of::<NoHash>(), in bindgen_test_layout_NoHash()
24 concat!("Alignment of ", stringify!(NoHash)) in bindgen_test_layout_NoHash()
H A Dallowlisted-item-references-no-hash.rs10 pub struct NoHash { structure names
16 ::std::mem::size_of::<NoHash>(), in bindgen_test_layout_NoHash()
18 concat!("Size of: ", stringify!(NoHash)) in bindgen_test_layout_NoHash()
21 ::std::mem::align_of::<NoHash>(), in bindgen_test_layout_NoHash()
23 concat!("Alignment of ", stringify!(NoHash)) in bindgen_test_layout_NoHash()
29 pub a: NoHash,
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dallowlisted-item-references-no-hash.hpp1 // bindgen-flags: --with-derive-hash --allowlist-type "AllowlistMe" --no-hash "NoHash"
3 struct NoHash {}; struct
6 NoHash a;
H A Dno-hash-allowlisted.hpp1 // bindgen-flags: --with-derive-hash --allowlist-type "NoHash" --no-hash "NoHash"
3 class NoHash { class
H A Dno-hash-opaque.hpp1 // bindgen-flags: --with-derive-hash --opaque-type "NoHash" --no-hash "NoHash"
3 class NoHash { class
/third_party/python/Lib/test/
H A Dtest_hash.py111 class NoHash(object): class
123 error_expected = [NoHash(),

Completed in 4 milliseconds