Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/time/wheel/
Dlevel.rs212 pub(crate) unsafe fn remove_entry(&mut self, item: NonNull<TimerShared>) { in remove_entry() method
/external/rust/crates/tokio-util/src/time/wheel/
Dlevel.rs183 pub(crate) fn remove_entry(&mut self, when: u64, item: &T::Borrowed, store: &mut T::Store) { 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/hashlink/src/
Dlru_cache.rs206 pub fn remove_entry<Q>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
Dlinked_hash_map.rs375 pub fn remove_entry<Q>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
816 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
1224 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/external/rust/crates/clap/src/util/
Dflat_map.rs63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method
/external/rust/crates/hashbrown/src/
Drustc_entry.rs332 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
Dmap.rs1854 pub fn remove_entry<Q: ?Sized>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
3824 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
5198 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
5929 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/external/rust/crates/tokio-util/tests/
Dtime_delay_queue.rs152 async fn remove_entry() { in remove_entry() function
/external/rust/crates/indexmap/src/map/
Dcore.rs639 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_value_hash_map.rs637 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry() method
Dweak_weak_hash_map.rs646 pub fn remove_entry(self) -> (K::Strong, V::Strong) { in remove_entry() method
Dweak_key_hash_map.rs740 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry() method
/external/rust/crates/indexmap/src/
Dmap.rs526 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() function
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1279 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