Home
last modified time | relevance | path

Searched refs:__unique_ptr_drop (Results 1 – 3 of 3) sorted by relevance

/external/rust/cxx/src/
Dcxx_vector.rs307 unsafe fn __unique_ptr_drop(repr: *mut c_void); in __unique_ptr_drop() method
384 unsafe fn __unique_ptr_drop(mut repr: *mut c_void) {
388 fn __unique_ptr_drop(this: *mut *mut c_void);
391 __unique_ptr_drop(&mut repr);
Dunique_ptr.rs303 T::__unique_ptr_drop(repr); in __drop()
/external/rust/cxx/macro/src/
Dexpand.rs1573 unsafe fn __unique_ptr_drop(mut repr: *mut ::std::ffi::c_void) { in expand_cxx_vector()
1576 fn __unique_ptr_drop(this: *mut *mut ::std::ffi::c_void); in expand_cxx_vector()
1578 __unique_ptr_drop(&mut repr); in expand_cxx_vector()