Searched refs:__drop (Results 1 – 5 of 5) sorted by relevance
81 unsafe { T::__drop(this) } in drop()108 unsafe fn __drop(this: *mut c_void); in __drop() method159 unsafe fn __drop(this: *mut c_void) {163 fn __drop(this: *mut c_void);166 __drop(this);
110 unsafe { T::__drop(this) } in drop()201 unsafe fn __drop(this: *mut c_void); in __drop() method252 unsafe fn __drop(this: *mut c_void) {256 fn __drop(this: *mut c_void);259 __drop(this);
121 unsafe { T::__drop(self.repr) } in drop()228 unsafe fn __drop(repr: *mut c_void); in __drop() method272 unsafe fn __drop(mut repr: *mut c_void) { in __drop() method302 unsafe fn __drop(repr: *mut c_void) { in __drop() function
22 unsafe extern "C" fn __drop(this: *mut RustVec<$ty>) {
1327 unsafe fn __drop(mut repr: *mut ::std::ffi::c_void) { in expand_unique_ptr()1330 fn __drop(this: *mut *mut ::std::ffi::c_void); in expand_unique_ptr()1332 __drop(&mut repr); in expand_unique_ptr()1409 unsafe fn __drop(this: *mut ::std::ffi::c_void) { in expand_shared_ptr()1412 fn __drop(this: *mut ::std::ffi::c_void); in expand_shared_ptr()1414 __drop(this); in expand_shared_ptr()1476 unsafe fn __drop(this: *mut ::std::ffi::c_void) { in expand_weak_ptr()1479 fn __drop(this: *mut ::std::ffi::c_void); in expand_weak_ptr()1481 __drop(this); in expand_weak_ptr()