Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dwin32-dtors.rs86 pub struct CppObj3 { struct
92 const UNINIT: ::std::mem::MaybeUninit<CppObj3> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_CppObj3() argument
104 pub fn CppObj3_CppObj3(this: *mut CppObj3, x: ::std::os::raw::c_int); in CppObj3_CppObj3()
106 impl Default for CppObj3 { implementation
115 impl CppObj3 { impl
125 pub fn CppObj3_CppObj3_destructor(this: *mut CppObj3); in CppObj3_CppObj3_destructor()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwin32-dtors.hpp17 struct CppObj3 : CppObj2 { struct
20 CppObj3(int x); argument