Home
last modified time | relevance | path

Searched refs:__drop (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/cxx/src/
H A Dweak_ptr.rs81 unsafe { T::__drop(this) } in drop()
111 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
163 unsafe { __drop(this) } in __drop()
H A Dshared_ptr.rs114 unsafe { T::__drop(this) } in drop()
205 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
257 unsafe { __drop(this) } in __drop()
H A Dunique_ptr.rs124 unsafe { T::__drop(self.repr) } in drop()
231 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/src/symbols/
H A Drust_vec.rs25 unsafe extern "C" fn __drop(this: *mut RustVec<$ty>) {
/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
1465 __drop(&mut repr); in expand_unique_ptr()
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
1539 __drop(this); in expand_shared_ptr()
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
1600 __drop(this); in expand_weak_ptr()

Completed in 5 milliseconds