Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dwin32-dtors.rs4 pub struct CppObj { struct
9 const UNINIT: ::std::mem::MaybeUninit<CppObj> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_CppObj() argument
21 pub fn CppObj_CppObj(this: *mut CppObj, x: ::std::os::raw::c_int); in CppObj_CppObj()
25 pub fn CppObj_CppObj_destructor(this: *mut CppObj); in CppObj_CppObj_destructor()
27 impl CppObj { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwin32-dtors.hpp3 struct CppObj { struct
6 CppObj(int x); argument