Home
last modified time | relevance | path

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

/external/rust/cxx/src/
Dcxx_vector.rs303 unsafe fn __unique_ptr_get(repr: *mut c_void) -> *const CxxVector<Self>; in __unique_ptr_get() method
364 unsafe fn __unique_ptr_get(repr: *mut c_void) -> *const CxxVector<Self> {
368 fn __unique_ptr_get(this: *const *mut c_void) -> *const CxxVector<$ty>;
371 __unique_ptr_get(&repr)
Dunique_ptr.rs295 T::__unique_ptr_get(repr) in __get()
/external/rust/cxx/macro/src/
Dexpand.rs1557 … unsafe fn __unique_ptr_get(repr: *mut ::std::ffi::c_void) -> *const ::cxx::CxxVector<Self> { in expand_cxx_vector()
1560 …fn __unique_ptr_get #impl_generics(this: *const *mut ::std::ffi::c_void) -> *const ::cxx::CxxVecto… in expand_cxx_vector()
1562 __unique_ptr_get(&repr) in expand_cxx_vector()