Home
last modified time | relevance | path

Searched defs:__new (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/src/
H A Dshared_ptr.rs190 unsafe fn __new(value: Self, new: *mut c_void) in __new() functions
223 unsafe fn __new(value: Self, new: *mut c_void) { in __new() functions
H A Dunique_ptr.rs215 fn __new(value: Self) -> MaybeUninit<*mut c_void> in __new() functions
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1404 fn __new(value: Self) -> ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void> { in expand_unique_ptr() functions
1491 unsafe fn __new(value: Self, new: *mut ::cxx::core::ffi::c_void) { in expand_shared_ptr() functions

Completed in 4 milliseconds