Searched refs:NoHash (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | no-hash-allowlisted.rs | 10 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 D | no-hash-opaque.rs | 11 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 D | allowlisted-item-references-no-hash.rs | 10 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 D | allowlisted-item-references-no-hash.hpp | 1 // bindgen-flags: --with-derive-hash --allowlist-type "AllowlistMe" --no-hash "NoHash" 3 struct NoHash {}; struct 6 NoHash a;
|
H A D | no-hash-allowlisted.hpp | 1 // bindgen-flags: --with-derive-hash --allowlist-type "NoHash" --no-hash "NoHash" 3 class NoHash { class
|
H A D | no-hash-opaque.hpp | 1 // bindgen-flags: --with-derive-hash --opaque-type "NoHash" --no-hash "NoHash" 3 class NoHash { class
|
/third_party/python/Lib/test/ |
H A D | test_hash.py | 111 class NoHash(object): class 123 error_expected = [NoHash(),
|
Completed in 2 milliseconds