Home
last modified time | relevance | path

Searched defs:__null (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/cxx/src/
H A Dweak_ptr.rs103 unsafe fn __null(new: *mut c_void); in __null() functions
120 unsafe fn __null(new: *mut c_void) { in __null() functions
124 fn __null(new: *mut c_void); in __null() functions
H A Dshared_ptr.rs188 unsafe fn __null(new: *mut c_void); in __null() functions
214 unsafe fn __null(new: *mut c_void) { in __null() functions
218 fn __null(new: *mut c_void); in __null() functions
H A Dunique_ptr.rs213 fn __null() -> MaybeUninit<*mut c_void>; in __null() functions
251 fn __null() -> MaybeUninit<*mut c_void> { in __null() functions
281 fn __null() -> MaybeUninit<*mut c_void> { in __null() functions
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1427 fn __null() -> ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void> { in expand_unique_ptr() functions
1430 fn __null(this: *mut ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void>); in expand_unique_ptr() functions
1512 unsafe fn __null(new: *mut ::cxx::core::ffi::c_void) { in expand_shared_ptr() functions
1515 fn __null(new: *mut ::cxx::core::ffi::c_void); in expand_shared_ptr() functions
1567 unsafe fn __null(new: *mut ::cxx::core::ffi::c_void) { in expand_weak_ptr() functions
1570 fn __null(new: *mut ::cxx::core::ffi::c_void); in expand_weak_ptr() functions

Completed in 4 milliseconds