Home
last modified time | relevance | path

Searched defs:remove_entry (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/wheel/
Dlevel.rs130 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry() method
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c478 bool remove_entry, in lookup_entry_and_kill_aliases_copy_array()
506 bool remove_entry) in lookup_entry_and_kill_aliases()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/wheel/
Dlevel.rs127 pub(crate) fn remove_entry(&mut self, when: u64, item: &T::Borrowed, store: &mut T::Store) { in remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dmapping.rs107 pub fn remove_entry<I: Index>(&mut self, index: I) -> Option<(Value, Value)> { in remove_entry() method
747 pub fn remove_entry(self) -> (Value, Value) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dentry.rs427 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dentry.rs427 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dentry.rs427 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dentry.rs427 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dentry.rs427 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/
H A Dflat_map.rs63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dfeedback_arc_set.rs415 let remove_entry = &mut container[remove_ix]; in remove() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/
Dlru_cache.rs206 pub fn remove_entry<Q>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/
Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/util/
Dflat_map.rs63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/mapref/
Dentry.rs222 pub fn remove_entry(mut self) -> (K, V) { in remove_entry() method
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dcache_test.cpp52 remove_entry(const char *path, in remove_entry() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dtime_delay_queue.rs154 async fn remove_entry() { in remove_entry() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dmap.rs1189 pub fn remove_entry<Q: ?Sized>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
2001 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
2844 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dmap.rs1189 pub fn remove_entry<Q: ?Sized>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
2001 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
2844 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dmap.rs1189 pub fn remove_entry<Q: ?Sized>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
2001 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
2844 pub fn remove_entry(self) -> (K, V) { in remove_entry() method

123