Home
last modified time | relevance | path

Searched defs:shift_remove_entry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/core/
Draw.rs185 pub fn shift_remove_entry(self) -> (K, V) { in shift_remove_entry() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dmap.rs238 pub fn shift_remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in shift_remove_entry() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dmap.rs238 pub fn shift_remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in shift_remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dmapping.rs147 pub fn shift_remove_entry<I: Index>(&mut self, index: I) -> Option<(Value, Value)> { in shift_remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs616 pub fn shift_remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in shift_remove_entry() function