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
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/
Dmap.rs151 pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(String, Value)> in remove_entry() method
/external/rust/crates/weak-table/src/
Dweak_weak_hash_map.rs646 pub fn remove_entry(self) -> (K::Strong, V::Strong) { in remove_entry() method
Dweak_value_hash_map.rs637 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry() method
Dweak_key_hash_map.rs740 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry() method
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1363 auto remove_entry = [](int64_t size, int64_t 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.py740 def remove_entry(self, pathname_name: str, recursive: bool = True) -> None: member in FakeDirectory