| /external/rust/crates/tokio/src/time/driver/wheel/ |
| D | level.rs | 213 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry() method
|
| /external/mesa3d/src/compiler/glsl/tests/ |
| D | cache_test.c | 100 remove_entry(const char *path, in remove_entry() function
|
| /external/rust/crates/hashbrown/src/ |
| D | rustc_entry.rs | 332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
| D | map.rs | 1361 pub fn remove_entry<Q: ?Sized>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function 2202 pub fn remove_entry(self) -> (K, V) { in remove_entry() method 3000 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
| /external/rust/crates/hashlink/src/ |
| D | lru_cache.rs | 206 pub fn remove_entry<Q>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
|
| D | linked_hash_map.rs | 394 pub fn remove_entry<Q>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function 726 pub fn remove_entry(self) -> (K, V) { in remove_entry() method 1134 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
| /external/rust/crates/serde_json/src/ |
| D | map.rs | 130 pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in remove_entry() method
|
| /external/rust/crates/weak-table/src/ |
| D | weak_value_hash_map.rs | 586 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry() method
|
| D | weak_weak_hash_map.rs | 590 pub fn remove_entry(self) -> (K::Strong, V::Strong) { in remove_entry() method
|
| D | weak_key_hash_map.rs | 680 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry() method
|
| /external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
| D | spmd_partitioner_util.cc | 1317 auto remove_entry = [](int64 size, int64 dim, in GetReshardAllToAllSourceTargetDims() local
|
| /external/rust/crates/hashbrown/src/raw/ |
| D | mod.rs | 571 pub fn remove_entry(&mut self, hash: u64, eq: impl FnMut(&T) -> bool) -> Option<T> { in remove_entry() method
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 682 def remove_entry(self, pathname_name, recursive=True): member in FakeDirectory
|