Home
last modified time | relevance | path

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

/external/rust/cxx/src/
Dweak_ptr.rs81 unsafe { T::__drop(this) } in drop()
108 unsafe fn __drop(this: *mut c_void); in __drop() method
159 unsafe fn __drop(this: *mut c_void) {
163 fn __drop(this: *mut c_void);
166 __drop(this);
Dshared_ptr.rs110 unsafe { T::__drop(this) } in drop()
201 unsafe fn __drop(this: *mut c_void); in __drop() method
252 unsafe fn __drop(this: *mut c_void) {
256 fn __drop(this: *mut c_void);
259 __drop(this);
Dunique_ptr.rs121 unsafe { T::__drop(self.repr) } in drop()
228 unsafe fn __drop(repr: *mut c_void); in __drop() method
272 unsafe fn __drop(mut repr: *mut c_void) { in __drop() method
302 unsafe fn __drop(repr: *mut c_void) { in __drop() function
/external/rust/cxx/src/symbols/
Drust_vec.rs22 unsafe extern "C" fn __drop(this: *mut RustVec<$ty>) {
/external/rust/cxx/macro/src/
Dexpand.rs1327 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()