/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 760 pub fn remove_entry(self) -> (K, V) { in remove_entry() method 1168 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
/external/rust/crates/serde_json/src/ |
D | map.rs | 151 pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in remove_entry() method
|
/external/rust/crates/weak-table/src/ |
D | weak_weak_hash_map.rs | 646 pub fn remove_entry(self) -> (K::Strong, V::Strong) { in remove_entry() method
|
D | weak_value_hash_map.rs | 637 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry() method
|
D | weak_key_hash_map.rs | 740 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry() method
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner_util.cc | 1363 auto remove_entry = [](int64_t size, int64_t 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 | 740 def remove_entry(self, pathname_name: str, recursive: bool = True) -> None: member in FakeDirectory
|