Searched refs:ObjectReadGuardImpl (Results 1 – 4 of 4) sorted by relevance
/external/rust/beto-rust/common/handle_map/src/ |
D | guard.rs | 25 pub struct ObjectReadGuardImpl<'a, T: 'a> { struct 45 impl<'a, T> Deref for ObjectReadGuardImpl<'a, T> { argument 73 impl<'a, T> ObjectReadGuard for ObjectReadGuardImpl<'a, T> { implementation
|
D | shard.rs | 24 ObjectReadGuardImpl, ObjectReadGuardMapping, ObjectReadWriteGuardImpl, 62 pub fn get(&self, handle: Handle) -> Result<ObjectReadGuardImpl<T>, HandleNotPresentError> { in get() 73 Ok(ObjectReadGuardImpl { in get()
|
D | lib.rs | 28 pub use guard::{ObjectReadGuardImpl, ObjectReadWriteGuardImpl}; 224 pub fn get(&self, handle: Handle) -> Result<ObjectReadGuardImpl<T>, HandleNotPresentError> { in get() 293 fn get(&self) -> Result<ObjectReadGuardImpl<Self::Object>, HandleNotPresentError>; in get()
|
D | declare_handle_map.rs | 151 … ) -> Result<$crate::ObjectReadGuardImpl<$wrapped_type>, $crate::HandleNotPresentError>
|