Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dhashmap.c79 static void remove_entry(pa_hashmap *h, struct hashmap_entry *e) { in remove_entry() function
Didxset.c98 static void remove_entry(pa_idxset *s, struct idxset_entry *e) { in remove_entry() function
/third_party/rust/rust/library/alloc/src/collections/btree/map/
Dentry.rs426 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
Dtests.rs1304 fn remove_entry<T: Ord>(v: &mut BTreeMap<Box<T>, ()>, t: &T) { in test_borrow() function
/third_party/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
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c478 bool remove_entry, in lookup_entry_and_kill_aliases_copy_array()
506 bool remove_entry) in lookup_entry_and_kill_aliases()
/third_party/rust/rust/compiler/rustc_data_structures/src/sso/
Dmap.rs268 pub fn remove_entry(&mut self, key: &K) -> Option<(K, V)> { in remove_entry() method
/third_party/mesa3d/src/util/tests/
Dcache_test.cpp56 remove_entry(const char *path, in remove_entry() function
/third_party/mesa3d/src/amd/compiler/
Daco_scheduler_ilp.cpp450 remove_entry(SchedILPContext& ctx, const Instruction* const instr, const uint32_t idx) in remove_entry() function
/third_party/mesa3d/src/util/
Dmesa_cache_db.c530 struct mesa_index_db_hash_entry *remove_entry) in mesa_db_compact()
/third_party/rust/rust/library/std/src/collections/hash/
Dmap.rs1185 pub fn remove_entry<Q: ?Sized>(&mut self, k: &Q) -> Option<(K, V)> in remove_entry() function
1997 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
2736 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
/third_party/rust/rust/library/alloc/src/collections/btree/
Dmap.rs1092 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method