Home
last modified time | relevance | path

Searched defs:__drop (Results 1 – 3 of 3) sorted by relevance

/external/rust/cxx/src/
Dunique_ptr.rs228 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
Dweak_ptr.rs108 unsafe fn __drop(this: *mut c_void); in __drop() method
Dshared_ptr.rs201 unsafe fn __drop(this: *mut c_void); in __drop() method