Home
last modified time | relevance | path

Searched defs:with_mut (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/
Dloom.rs7 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 Dloom.rs7 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/
Dunsafe_cell.rs15 pub(crate) fn with_mut<R>(&self, f: impl FnOnce(*mut T) -> R) -> R { in with_mut() method
Datomic_usize.rs33 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/
Dlib.rs116 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/
Dsync.rs99 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/
Dimage.rs113 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/
Dcore.rs279 pub(super) fn with_mut<R>(&self, f: impl FnOnce(*mut Stage<T>) -> R) -> R { in with_mut() method