Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dwin32-dtors.rs43 pub struct CppObj2 { struct
44 pub vtable_: *const CppObj2__bindgen_vtable, argument
49 const UNINIT: ::std::mem::MaybeUninit<CppObj2> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_CppObj2() argument
61 pub fn CppObj2_CppObj2(this: *mut CppObj2, x: ::std::os::raw::c_int); in CppObj2_CppObj2()
63 impl Default for CppObj2 { implementation
72 impl CppObj2 { implementation
82 pub fn CppObj2_CppObj2_destructor(this: *mut CppObj2); in CppObj2_CppObj2_destructor()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwin32-dtors.hpp10 struct CppObj2 { struct
13 CppObj2(int x); argument