Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs831 pub fn swap_remove_index(&mut self, index: usize) -> Option<(K, V)> { in swap_remove_index() method
1750 fn swap_remove_index() { in swap_remove_index() function
Dset.rs686 pub fn swap_remove_index(&mut self, index: usize) -> Option<T> { in swap_remove_index() method
1727 fn swap_remove_index() { in swap_remove_index() function
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/
Dcore.rs375 pub(crate) fn swap_remove_index(&mut self, index: usize) -> Option<(K, V)> { in swap_remove_index() method