Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
H A Dweak_ptr.rs107 unsafe fn __downgrade(shared: *const c_void, new: *mut c_void); in __downgrade() functions
138 unsafe fn __downgrade(shared: *const c_void, weak: *mut c_void) { in __downgrade() functions
142 fn __downgrade(shared: *const c_void, weak: *mut c_void); in __downgrade() functions
145 unsafe { __downgrade(shared, weak) } in __downgrade()
H A Dshared_ptr.rs80 T::__downgrade(this, new); in downgrade()

Completed in 1 milliseconds