Home
last modified time | relevance | path

Searched defs:swap_remove (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/indexmap/src/map/
Dcore.rs621 pub fn swap_remove(self) -> V { in swap_remove() method
/external/rust/crates/tinyvec/src/
Dslicevec.rs588 pub fn swap_remove(&mut self, index: usize) -> T in swap_remove() method
Darrayvec.rs956 pub fn swap_remove(&mut self, index: usize) -> A::Item { in swap_remove() method
/external/rust/crates/smallvec/src/
Dlib.rs1044 pub fn swap_remove(&mut self, index: usize) -> A::Item { in swap_remove() method
/external/rust/crates/indexmap/src/
Dset.rs454 pub fn swap_remove<Q: ?Sized>(&mut self, value: &Q) -> bool in swap_remove() function
Dmap.rs543 pub fn swap_remove<Q: ?Sized>(&mut self, key: &Q) -> Option<V> in swap_remove() function