Home
last modified time | relevance | path

Searched defs:map_mut (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/common/handle_map/src/
Dguard.rs67 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/
Dstub.rs27 pub fn map_mut(_: usize, _: &File, _: u64, _: bool) -> io::Result<MmapInner> { in map_mut() method
Dlib.rs393 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
Dunix.rs227 pub fn map_mut(len: usize, file: RawFd, offset: u64, populate: bool) -> io::Result<MmapInner> { in map_mut() method
Dwindows.rs279 pub fn map_mut( in map_mut() method
/aosp_15_r20/external/rust/beto-rust/common/lock_adapter/src/
Dstdlib.rs174 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/
Dbuffer_object.rs360 pub fn map_mut<'a, D, F, S>( in map_mut() method