Home
last modified time | relevance | path

Searched refs:TestPublicNoArgs (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dconstructors_1_33.rs55 pub struct TestPublicNoArgs { structure names
61 ::std::mem::size_of::<TestPublicNoArgs>(), in bindgen_test_layout_TestPublicNoArgs()
63 concat!("Size of: ", stringify!(TestPublicNoArgs)) in bindgen_test_layout_TestPublicNoArgs()
66 ::std::mem::align_of::<TestPublicNoArgs>(), in bindgen_test_layout_TestPublicNoArgs()
68 concat!("Alignment of ", stringify!(TestPublicNoArgs)) in bindgen_test_layout_TestPublicNoArgs()
73 pub fn TestPublicNoArgs_TestPublicNoArgs(this: *mut TestPublicNoArgs); in TestPublicNoArgs_TestPublicNoArgs()
75 impl TestPublicNoArgs { impls
H A Dconstructors.rs53 pub struct TestPublicNoArgs { structure names
59 ::std::mem::size_of::<TestPublicNoArgs>(), in bindgen_test_layout_TestPublicNoArgs()
61 concat!("Size of: ", stringify!(TestPublicNoArgs)) in bindgen_test_layout_TestPublicNoArgs()
64 ::std::mem::align_of::<TestPublicNoArgs>(), in bindgen_test_layout_TestPublicNoArgs()
66 concat!("Alignment of ", stringify!(TestPublicNoArgs)) in bindgen_test_layout_TestPublicNoArgs()
71 pub fn TestPublicNoArgs_TestPublicNoArgs(this: *mut TestPublicNoArgs); in TestPublicNoArgs_TestPublicNoArgs()
73 impl TestPublicNoArgs { impls
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dconstructors_1_33.hpp13 class TestPublicNoArgs { class
15 TestPublicNoArgs();
H A Dconstructors.hpp10 class TestPublicNoArgs { class
12 TestPublicNoArgs();

Completed in 2 milliseconds