Searched refs:TestOverload (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | constructors_1_33.rs | 10 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 D | constructors.rs | 10 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 D | constructors_1_33.hpp | 3 class TestOverload { class 5 TestOverload(); 8 TestOverload(int); 10 TestOverload(double);
|
H A D | constructors.hpp | 2 class TestOverload { class 4 TestOverload(); 6 TestOverload(int); 7 TestOverload(double);
|
Completed in 2 milliseconds