Searched defs:remove_entry (Results 1 – 12 of 12) sorted by relevance
| /third_party/pulseaudio/src/pulsecore/ |
| D | hashmap.c | 79 static void remove_entry(pa_hashmap *h, struct hashmap_entry *e) { in remove_entry() function
|
| D | idxset.c | 98 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/ |
| D | entry.rs | 426 pub fn remove_entry(self) -> (K, V) { in remove_entry() method
|
| D | tests.rs | 1304 fn remove_entry<T: Ord>(v: &mut BTreeMap<Box<T>, ()>, t: &T) { in test_borrow() function
|
| /third_party/rust/crates/clap/src/util/ |
| D | flat_map.rs | 63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opt_copy_prop_vars.c | 478 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/ |
| D | map.rs | 268 pub fn remove_entry(&mut self, key: &K) -> Option<(K, V)> { in remove_entry() method
|
| /third_party/mesa3d/src/util/tests/ |
| D | cache_test.cpp | 56 remove_entry(const char *path, in remove_entry() function
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_scheduler_ilp.cpp | 450 remove_entry(SchedILPContext& ctx, const Instruction* const instr, const uint32_t idx) in remove_entry() function
|
| /third_party/mesa3d/src/util/ |
| D | mesa_cache_db.c | 530 struct mesa_index_db_hash_entry *remove_entry) in mesa_db_compact()
|
| /third_party/rust/rust/library/std/src/collections/hash/ |
| D | map.rs | 1185 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/ |
| D | map.rs | 1092 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method
|