Home
last modified time | relevance | path

Searched refs:__unique_ptr_drop (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs294 unsafe { T::__unique_ptr_drop(repr) } in __drop()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1724 unsafe fn __unique_ptr_drop(mut repr: ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>) { in expand_cxx_vector() functions
1727 fn __unique_ptr_drop(this: *mut ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>); in expand_cxx_vector() functions
1729 __unique_ptr_drop(&mut repr); in expand_cxx_vector()

Completed in 3 milliseconds