Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/core/
Draw.rs171 pub fn swap_remove_entry(self) -> (K, V) { in swap_remove_entry() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dmap.rs202 pub fn swap_remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in swap_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.rs202 pub fn swap_remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in swap_remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dmapping.rs127 pub fn swap_remove_entry<I: Index>(&mut self, index: I) -> Option<(Value, Value)> { in swap_remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs559 pub fn swap_remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in swap_remove_entry() function