Home
last modified time | relevance | path

Searched refs:WithDtor (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate.hpp63 class WithDtor;
65 typedef WithDtor<int> WithDtorIntFwd;
68 class WithDtor { class
70 ~WithDtor() {} in ~WithDtor()
Dwrap_unsafe_ops_class.hpp47 class WithDtor { class
50 ~WithDtor() {} in ~WithDtor()
Dclass_1_0.hpp49 class WithDtor { class
52 ~WithDtor() {} in ~WithDtor()
Dclass.hpp47 class WithDtor { class
50 ~WithDtor() {} in ~WithDtor()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dclass.rs309 pub struct WithDtor { struct
314 const UNINIT: ::std::mem::MaybeUninit<WithDtor> = in bindgen_test_layout_WithDtor() argument
318 ::std::mem::size_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
320 concat!("Size of: ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
323 ::std::mem::align_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
325 concat!("Alignment of ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
332 stringify!(WithDtor), in bindgen_test_layout_WithDtor()
Dclass_1_0.rs362 pub struct WithDtor { struct
367 const UNINIT: ::std::mem::MaybeUninit<WithDtor> = in bindgen_test_layout_WithDtor() argument
371 ::std::mem::size_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
373 concat!("Size of: ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
376 ::std::mem::align_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
378 concat!("Alignment of ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
385 stringify!(WithDtor), in bindgen_test_layout_WithDtor()
Dtemplate.rs356 pub type WithDtorIntFwd = WithDtor<::std::os::raw::c_int>;
359 pub struct WithDtor<T> { struct
363 impl<T> Default for WithDtor<T> { argument
980 ::std::mem::size_of::<WithDtor<::std::os::raw::c_int>>(), in __bindgen_test_layout_WithDtor_open0_int_close0_instantiation()
984 stringify!(WithDtor<::std::os::raw::c_int>) in __bindgen_test_layout_WithDtor_open0_int_close0_instantiation()
988 ::std::mem::align_of::<WithDtor<::std::os::raw::c_int>>(), in __bindgen_test_layout_WithDtor_open0_int_close0_instantiation()
992 stringify!(WithDtor<::std::os::raw::c_int>) in __bindgen_test_layout_WithDtor_open0_int_close0_instantiation()
Dwrap_unsafe_ops_class.rs123 pub struct WithDtor { struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dclass.rs465 pub struct WithDtor { struct
470 const UNINIT: ::std::mem::MaybeUninit<WithDtor> = in bindgen_test_layout_WithDtor() argument
474 ::std::mem::size_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
476 concat!("Size of: ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
479 ::std::mem::align_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
481 concat!("Alignment of ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
488 stringify!(WithDtor), in bindgen_test_layout_WithDtor()
Dclass_1_0.rs518 pub struct WithDtor { struct
523 const UNINIT: ::std::mem::MaybeUninit<WithDtor> = in bindgen_test_layout_WithDtor() argument
527 ::std::mem::size_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
529 concat!("Size of: ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
532 ::std::mem::align_of::<WithDtor>(), in bindgen_test_layout_WithDtor()
534 concat!("Alignment of ", stringify!(WithDtor)) in bindgen_test_layout_WithDtor()
541 stringify!(WithDtor), in bindgen_test_layout_WithDtor()