Searched refs:AllowlistMe (Results 1 - 12 of 12) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | objc_allowlist.rs | 28 pub struct AllowlistMe(pub id); structure names 29 impl std::ops::Deref for AllowlistMe { 35 unsafe impl objc::Message for AllowlistMe {} 36 impl AllowlistMe { impls 38 Self(unsafe { msg_send!(class!(AllowlistMe), alloc) }) in alloc() 41 impl PSomeProtocol for AllowlistMe {} 42 impl IAllowlistMe for AllowlistMe {} 54 msg_send!(class!(AllowlistMe), classMethod) in classMethod() 57 impl AllowlistMe_InterestingCategory for AllowlistMe {}
|
H A D | allowlisted-item-references-no-partialeq.rs | 28 pub struct AllowlistMe { structure names 33 const UNINIT: ::std::mem::MaybeUninit<AllowlistMe> = in bindgen_test_layout_AllowlistMe() 37 ::std::mem::size_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 39 concat!("Size of: ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 42 ::std::mem::align_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 44 concat!("Alignment of ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 51 stringify!(AllowlistMe), in bindgen_test_layout_AllowlistMe()
|
H A D | allowlisted-item-references-no-hash.rs | 28 pub struct AllowlistMe { structure names 33 const UNINIT: ::std::mem::MaybeUninit<AllowlistMe> = in bindgen_test_layout_AllowlistMe() 37 ::std::mem::size_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 39 concat!("Size of: ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 42 ::std::mem::align_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 44 concat!("Alignment of ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 51 stringify!(AllowlistMe), in bindgen_test_layout_AllowlistMe()
|
H A D | allowlisted_item_references_no_copy.rs | 28 pub struct AllowlistMe { structure names 33 const UNINIT: ::std::mem::MaybeUninit<AllowlistMe> = in bindgen_test_layout_AllowlistMe() 37 ::std::mem::size_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 39 concat!("Size of: ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 42 ::std::mem::align_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 44 concat!("Alignment of ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 51 stringify!(AllowlistMe), in bindgen_test_layout_AllowlistMe()
|
H A D | allowlist-file.rs | 127 pub struct AllowlistMe { structure names 132 const UNINIT: ::std::mem::MaybeUninit<AllowlistMe> = in bindgen_test_layout_AllowlistMe() 136 ::std::mem::size_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 138 concat!("Size of: ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 141 ::std::mem::align_of::<AllowlistMe>(), in bindgen_test_layout_AllowlistMe() 143 concat!("Alignment of ", stringify!(AllowlistMe)) in bindgen_test_layout_AllowlistMe() 150 stringify!(AllowlistMe), in bindgen_test_layout_AllowlistMe()
|
H A D | allowlist_basic.rs | 10 pub struct AllowlistMe<T> { structure names 30 impl<T> Default for AllowlistMe<T> {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | objc_allowlist.h | 5 // Protocol should be included, since it is used by the AllowlistMe 12 @interface AllowlistMe <SomeProtocol> 18 @interface AllowlistMe (InterestingCategory) 22 @interface AllowlistMe (IgnoredCategory)
|
H A D | allowlisted-item-references-no-partialeq.hpp | 1 // bindgen-flags: --with-derive-partialeq --allowlist-type "AllowlistMe" --no-partialeq "NoPartialEq" 5 class AllowlistMe { class
|
H A D | allowlisted-item-references-no-hash.hpp | 1 // bindgen-flags: --with-derive-hash --allowlist-type "AllowlistMe" --no-hash "NoHash" 5 class AllowlistMe { class
|
H A D | allowlisted_item_references_no_copy.hpp | 1 // bindgen-flags: --allowlist-type "AllowlistMe" --no-copy "NoCopy" 5 class AllowlistMe { class
|
H A D | allowlist-file.hpp | 1 // bindgen-flags: --allowlist-file ".*/allowlisted/file.*" --allowlist-type AllowlistMe -- -Itests/headers 19 class AllowlistMe { class
|
H A D | allowlist_basic.hpp | 1 // bindgen-flags: --allowlist-type AllowlistMe 4 class AllowlistMe { class
|
Completed in 2 milliseconds