Home
last modified time | relevance | path

Searched defs:CppObj4 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dwin32-dtors.rs129 pub struct CppObj4 { struct
135 const UNINIT: ::std::mem::MaybeUninit<CppObj4> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_CppObj4() argument
147 pub fn CppObj4_CppObj4(this: *mut CppObj4, x: ::std::os::raw::c_int); in CppObj4_CppObj4()
149 impl Default for CppObj4 { implementation
158 impl CppObj4 { implementation
168 pub fn CppObj4_CppObj4_destructor(this: *mut CppObj4); in CppObj4_CppObj4_destructor()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwin32-dtors.hpp24 struct CppObj4 : CppObj2 { struct
27 CppObj4(int x); argument