Home
last modified time | relevance | path

Searched defs:try_remove (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/
Dregistry.rs38 pub fn try_remove(item_id: ItemId, thread_id: NonZeroUsize) -> Option<Entry> { in try_remove() function
85 pub fn try_remove(item_id: ItemId, thread_id: NonZeroUsize) -> Option<Entry> { in try_remove() function
/aosp_15_r20/external/rust/android-crates-io/crates/slab/tests/
Dslab.rs700 fn try_remove() { in try_remove() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/
Ddelay_queue.rs809 pub fn try_remove(&mut self, key: &Key) -> Option<Expired<T>> { in try_remove() method
/aosp_15_r20/external/rust/android-crates-io/crates/slab/src/
Dlib.rs1058 pub fn try_remove(&mut self, key: usize) -> Option<T> { in try_remove() method