Searched defs:map_mut (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/common/handle_map/src/ |
D | guard.rs | 67 fn map_mut<'b>(&self, arg: &'b mut Self::Arg) -> &'b mut Self::Ret { in map_mut() method 138 fn map_mut<'b>(&self, arg: &'b mut Self::Arg) -> &'b mut Self::Ret { in map_mut() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/ |
D | stub.rs | 27 pub fn map_mut(_: usize, _: &File, _: u64, _: bool) -> io::Result<MmapInner> { in map_mut() method
|
D | lib.rs | 393 pub unsafe fn map_mut<T: MmapAsRawDesc>(&self, file: T) -> Result<MmapMut> { in map_mut() method 1004 pub unsafe fn map_mut<T: MmapAsRawDesc>(file: T) -> Result<MmapMut> { in map_mut() method
|
D | unix.rs | 227 pub fn map_mut(len: usize, file: RawFd, offset: u64, populate: bool) -> io::Result<MmapInner> { in map_mut() method
|
D | windows.rs | 279 pub fn map_mut( in map_mut() method
|
/aosp_15_r20/external/rust/beto-rust/common/lock_adapter/src/ |
D | stdlib.rs | 174 fn map_mut<'a>(&self, arg: &'a mut Self::Arg) -> &'a mut Self::Ret; in map_mut() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/gbm/src/ |
D | buffer_object.rs | 360 pub fn map_mut<'a, D, F, S>( in map_mut() method
|