Home
last modified time | relevance | path

Searched refs:AllowlistMe (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_allowlist.rs28 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 Dallowlisted-item-references-no-partialeq.rs28 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 Dallowlisted-item-references-no-hash.rs28 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 Dallowlisted_item_references_no_copy.rs28 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 Dallowlist-file.rs127 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 Dallowlist_basic.rs10 pub struct AllowlistMe<T> { structure names
30 impl<T> Default for AllowlistMe<T> {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dobjc_allowlist.h5 // 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 Dallowlisted-item-references-no-partialeq.hpp1 // bindgen-flags: --with-derive-partialeq --allowlist-type "AllowlistMe" --no-partialeq "NoPartialEq"
5 class AllowlistMe { class
H A Dallowlisted-item-references-no-hash.hpp1 // bindgen-flags: --with-derive-hash --allowlist-type "AllowlistMe" --no-hash "NoHash"
5 class AllowlistMe { class
H A Dallowlisted_item_references_no_copy.hpp1 // bindgen-flags: --allowlist-type "AllowlistMe" --no-copy "NoCopy"
5 class AllowlistMe { class
H A Dallowlist-file.hpp1 // bindgen-flags: --allowlist-file ".*/allowlisted/file.*" --allowlist-type AllowlistMe -- -Itests/headers
19 class AllowlistMe { class
H A Dallowlist_basic.hpp1 // bindgen-flags: --allowlist-type AllowlistMe
4 class AllowlistMe { class

Completed in 2 milliseconds