Home
last modified time | relevance | path

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

/external/rust/crates/indexmap/src/map/
Dcore.rs632 pub fn shift_remove(self) -> V { in shift_remove() method
/external/rust/crates/serde_yaml/src/
Dmapping.rs137 pub fn shift_remove<I: Index>(&mut self, index: I) -> Option<Value> { in shift_remove() method
/external/rust/crates/indexmap/src/
Dset.rs470 pub fn shift_remove<Q: ?Sized>(&mut self, value: &Q) -> bool in shift_remove() function
Dmap.rs600 pub fn shift_remove<Q: ?Sized>(&mut self, key: &Q) -> Option<V> in shift_remove() function