Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dconstructors_1_33.rs10 pub struct TestOverload { structure names
16 ::std::mem::size_of::<TestOverload>(), in bindgen_test_layout_TestOverload()
18 concat!("Size of: ", stringify!(TestOverload)) in bindgen_test_layout_TestOverload()
21 ::std::mem::align_of::<TestOverload>(), in bindgen_test_layout_TestOverload()
23 concat!("Alignment of ", stringify!(TestOverload)) in bindgen_test_layout_TestOverload()
30 this: *mut TestOverload, in TestOverload_TestOverload()
37 pub fn TestOverload_TestOverload1(this: *mut TestOverload, arg1: f64); in TestOverload_TestOverload1()
39 impl TestOverload { impls
H A Dconstructors.rs10 pub struct TestOverload { structure names
16 ::std::mem::size_of::<TestOverload>(), in bindgen_test_layout_TestOverload()
18 concat!("Size of: ", stringify!(TestOverload)) in bindgen_test_layout_TestOverload()
21 ::std::mem::align_of::<TestOverload>(), in bindgen_test_layout_TestOverload()
23 concat!("Alignment of ", stringify!(TestOverload)) in bindgen_test_layout_TestOverload()
29 this: *mut TestOverload, in TestOverload_TestOverload()
35 pub fn TestOverload_TestOverload1(this: *mut TestOverload, arg1: f64); in TestOverload_TestOverload1()
37 impl TestOverload { impls
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dconstructors_1_33.hpp3 class TestOverload { class
5 TestOverload();
8 TestOverload(int);
10 TestOverload(double);
H A Dconstructors.hpp2 class TestOverload { class
4 TestOverload();
6 TestOverload(int);
7 TestOverload(double);

Completed in 2 milliseconds