Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs285 unsafe { T::__unique_ptr_raw(raw) } in __raw()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1701 unsafe fn __unique_ptr_raw(raw: *mut ::cxx::CxxVector<Self>) -> ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void> { in expand_cxx_vector() functions
1704 fn __unique_ptr_raw #impl_generics(this: *mut ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>, raw: *mut ::cxx::CxxVector<#elem #ty_generics>); in expand_cxx_vector() functions
1707 __unique_ptr_raw(&mut repr, raw); in expand_cxx_vector()

Completed in 6 milliseconds