Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/time/driver/wheel/
Dlevel.rs213 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry() method
/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c100 remove_entry(const char *path, in remove_entry() function
/external/rust/crates/hashbrown/src/
Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
Dmap.rs1361 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/
Dlru_cache.rs206 pub fn remove_entry<Q>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
Dlinked_hash_map.rs394 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/
Dmap.rs130 pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in remove_entry() method
/external/rust/crates/weak-table/src/
Dweak_value_hash_map.rs586 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry() method
Dweak_weak_hash_map.rs590 pub fn remove_entry(self) -> (K::Strong, V::Strong) { in remove_entry() method
Dweak_key_hash_map.rs680 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry() method
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1317 auto remove_entry = [](int64 size, int64 dim, in GetReshardAllToAllSourceTargetDims() local
/external/rust/crates/hashbrown/src/raw/
Dmod.rs571 pub fn remove_entry(&mut self, hash: u64, eq: impl FnMut(&T) -> bool) -> Option<T> { in remove_entry() method
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py682 def remove_entry(self, pathname_name, recursive=True): member in FakeDirectory