Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/
Dcore.rs632 pub fn shift_remove(self) -> V { in shift_remove() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dmap.rs220 pub fn shift_remove<Q>(&mut self, key: &Q) -> Option<Value> in shift_remove() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dmap.rs220 pub fn shift_remove<Q>(&mut self, key: &Q) -> Option<Value> in shift_remove() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dmapping.rs137 pub fn shift_remove<I: Index>(&mut self, index: I) -> Option<Value> { in shift_remove() method
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs600 pub fn shift_remove<Q: ?Sized>(&mut self, key: &Q) -> Option<V> in shift_remove() function
Dset.rs470 pub fn shift_remove<Q: ?Sized>(&mut self, value: &Q) -> bool in shift_remove() function