Home
last modified time | relevance | path

Searched defs:__drop (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/cxx/src/
H A Dweak_ptr.rs111 unsafe fn __drop(this: *mut c_void); in __drop() functions
156 unsafe fn __drop(this: *mut c_void) { in __drop() functions
160 fn __drop(this: *mut c_void); in __drop() functions
H A Dshared_ptr.rs205 unsafe fn __drop(this: *mut c_void); in __drop() functions
250 unsafe fn __drop(this: *mut c_void) { in __drop() functions
254 fn __drop(this: *mut c_void); in __drop() functions
H A Dunique_ptr.rs231 unsafe fn __drop(repr: MaybeUninit<*mut c_void>); in __drop() functions
269 unsafe fn __drop(mut repr: MaybeUninit<*mut c_void>) { in __drop() functions
293 unsafe fn __drop(repr: MaybeUninit<*mut c_void>) { in __drop() functions
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1460 unsafe fn __drop(mut repr: ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>) { in expand_unique_ptr() functions
1463 fn __drop(this: *mut ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>); in expand_unique_ptr() functions
1534 unsafe fn __drop(this: *mut ::cxx::core::ffi::c_void) { in expand_shared_ptr() functions
1537 fn __drop(this: *mut ::cxx::core::ffi::c_void); in expand_shared_ptr() functions
1595 unsafe fn __drop(this: *mut ::cxx::core::ffi::c_void) { in expand_weak_ptr() functions
1598 fn __drop(this: *mut ::cxx::core::ffi::c_void); in expand_weak_ptr() functions

Completed in 4 milliseconds