Home
last modified time | relevance | path

Searched defs:get_owned (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dtracepoints.rs117 pub fn get_owned<'b>(&self) -> SourceTracepoint<'b, U> { in get_owned() method
132 pub fn get_owned<'b>(&self) -> TracepointAction<'b, U> { in get_owned() method
/external/rust/android-crates-io/crates/sharded-slab/src/
Dpool.rs766 pub fn get_owned(self: Arc<Self>, key: usize) -> Option<OwnedRef<T, C>> { in get_owned() function
Dlib.rs706 pub fn get_owned(self: Arc<Self>, key: usize) -> Option<OwnedEntry<T, C>> { in get_owned() method