Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/
Darray_vec.rs98 pub fn swap_remove(&mut self, index: usize) -> A { in swap_remove() method
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/
Dcore.rs621 pub fn swap_remove(self) -> V { in swap_remove() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dmap.rs184 pub fn swap_remove<Q>(&mut self, key: &Q) -> Option<Value> in swap_remove() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dmap.rs184 pub fn swap_remove<Q>(&mut self, key: &Q) -> Option<Value> in swap_remove() method
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/
H A Dslicevec.rs588 pub fn swap_remove(&mut self, index: usize) -> T in swap_remove() method
H A Darrayvec.rs956 pub fn swap_remove(&mut self, index: usize) -> A::Item { in swap_remove() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dmapping.rs117 pub fn swap_remove<I: Index>(&mut self, index: I) -> Option<Value> { in swap_remove() method
/aosp_15_r20/external/rust/android-crates-io/crates/arrayvec/src/
Darrayvec.rs371 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs1518 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs1514 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs1518 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs1514 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dmod.rs1518 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove() method
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs543 pub fn swap_remove<Q: ?Sized>(&mut self, key: &Q) -> Option<V> in swap_remove() function
Dset.rs454 pub fn swap_remove<Q: ?Sized>(&mut self, value: &Q) -> bool in swap_remove() function
/aosp_15_r20/external/rust/android-crates-io/crates/smallvec/src/
Dlib.rs1331 pub fn swap_remove(&mut self, index: usize) -> A::Item { in swap_remove() method