/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/wheel/ |
D | level.rs | 130 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 D | nir_opt_copy_prop_vars.c | 478 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/ |
D | level.rs | 127 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/ |
D | mapping.rs | 107 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 D | entry.rs | 427 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 D | entry.rs | 427 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 D | entry.rs | 427 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 D | entry.rs | 427 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 D | entry.rs | 427 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 D | flat_map.rs | 63 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/ |
D | feedback_arc_set.rs | 415 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 D | rustc_entry.rs | 332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/ |
D | lru_cache.rs | 206 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 D | rustc_entry.rs | 332 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 D | rustc_entry.rs | 332 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 D | rustc_entry.rs | 332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/ |
D | rustc_entry.rs | 332 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 D | rustc_entry.rs | 332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/util/ |
D | flat_map.rs | 63 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/ |
D | entry.rs | 222 pub fn remove_entry(mut self) -> (K, V) { in remove_entry() method
|
/aosp_15_r20/external/mesa3d/src/util/tests/ |
H A D | cache_test.cpp | 52 remove_entry(const char *path, in remove_entry() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/ |
D | time_delay_queue.rs | 154 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 D | map.rs | 1189 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 D | map.rs | 1189 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 D | map.rs | 1189 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
|