Home
last modified time | relevance | path

Searched refs:c_ffi (Results 1 - 3 of 3) sorted by relevance

/build/rust/tests/test_bindgen_test/test_for_hpp/
H A Dmain.rs19 mod c_ffi { modules
28 const UNINIT: ::std::mem::MaybeUninit<c_ffi::C> = in bindgen_test_layout_C()
32 "The mem size of c_ffi::C is {} usize", in bindgen_test_layout_C()
33 ::std::mem::size_of::<c_ffi::C>() in bindgen_test_layout_C()
36 "The align_of size of c_ffi::C is {} usize", in bindgen_test_layout_C()
37 ::std::mem::align_of::<c_ffi::C>() in bindgen_test_layout_C()
65 const UNINIT: ::std::mem::MaybeUninit<c_ffi::D> = in bindgen_test_layout_D()
69 "The mem size of c_ffi::D is {} usize", in bindgen_test_layout_D()
70 ::std::mem::size_of::<c_ffi::D>() in bindgen_test_layout_D()
73 "The align_of size of c_ffi in bindgen_test_layout_D()
[all...]
/build/rust/tests/test_bindgen_test/test_for_h/
H A Dmain.rs19 mod c_ffi { modules
27 const UNINIT: ::std::mem::MaybeUninit<c_ffi::Foo2> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_foo()
30 "The mem size of c_ffi::Foo2 is {} usize", in bindgen_test_layout_foo()
31 ::std::mem::size_of::<c_ffi::Foo2>() in bindgen_test_layout_foo()
34 "The align_of size of c_ffi::Foo2 is {} usize", in bindgen_test_layout_foo()
35 ::std::mem::align_of::<c_ffi::Foo2>() in bindgen_test_layout_foo()
42 impl Default for c_ffi::Foo2 {
/build/rust/tests/test_bindgen_test/test_for_hello_world/
H A Dmain.rs18 mod c_ffi { modules
26 unsafe { c_ffi::FuncAAddB(a, b) } in add_two_numbers_in_c()
38 c_ffi::SayHello(c_world); in main()

Completed in 1 milliseconds