Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
Dunique_ptr.rs240 fn unique_ptr_std_string_get(this: *const MaybeUninit<*mut c_void>) -> *const CxxString; in unique_ptr_std_string_get() function
264 unsafe { unique_ptr_std_string_get(&repr) } in __get()