Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs288 unsafe { T::__unique_ptr_get(repr) } in __get()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1710 unsafe fn __unique_ptr_get(repr: ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>) -> *const ::cxx::CxxVector<Self> { in expand_cxx_vector() functions
1713 fn __unique_ptr_get #impl_generics(this: *const ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>) -> *const ::cxx::CxxVector<#elem #ty_generics>; in expand_cxx_vector() functions
1715 __unique_ptr_get(&repr) in expand_cxx_vector()

Completed in 4 milliseconds