Searched defs:with_mut (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/ |
D | loom.rs | 7 fn with_mut<F, R>(&mut self, f: F) -> R in with_mut() method 13 fn with_mut<F, R>(&mut self, f: F) -> R in with_mut() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/ |
H A D | loom.rs | 7 fn with_mut<F, R>(&mut self, f: F) -> R in with_mut() method 13 fn with_mut<F, R>(&mut self, f: F) -> R in with_mut() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/ |
D | unsafe_cell.rs | 15 pub(crate) fn with_mut<R>(&self, f: impl FnOnce(*mut T) -> R) -> R { in with_mut() method
|
D | atomic_usize.rs | 33 pub(crate) fn with_mut<R>(&mut self, f: impl FnOnce(&mut usize) -> R) -> R { in with_mut() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | lib.rs | 116 pub(crate) fn with_mut<R>(&self, f: impl FnOnce(*mut T) -> R) -> R { in with_mut() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/ |
D | sync.rs | 99 pub fn with_mut<F, R>(&self, f: F) -> R in with_mut() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/ |
D | image.rs | 113 pub fn with_mut(pos: Coord, size: (u32, u32), buf: &'a mut [u8]) -> Option<Self> { in with_mut() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | core.rs | 279 pub(super) fn with_mut<R>(&self, f: impl FnOnce(*mut Stage<T>) -> R) -> R { in with_mut() method
|