Searched defs:remove_entry (Results 1 - 6 of 6) sorted by relevance
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | hashmap.c | 79 static void remove_entry(pa_hashmap *h, struct hashmap_entry *e) { in remove_entry() function
|
| H A D | idxset.c | 98 static void remove_entry(pa_idxset *s, struct idxset_entry *e) { in remove_entry() function
|
| /third_party/mesa3d/src/util/tests/ |
| H A D | cache_test.cpp | 49 remove_entry(const char *path, in remove_entry() function
|
| /third_party/rust/crates/clap/src/util/ |
| H A D | flat_map.rs | 63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() functions
|
| /third_party/eudev/src/shared/ |
| H A D | hashmap.c | 601 #define remove_entry(h, idx) base_remove_entry(HASHMAP_BASE(h), idx) macro [all...] |
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 30713 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() functions 35419 pub fn remove_entry(self) -> (K, V) { remove_entry() functions 36833 fn remove_entry<T: Ord>(v: &mut BTreeMap<Box<T>, ()>, t: &T) { test_borrow() functions [all...] |
Completed in 48 milliseconds