Home
last modified time | relevance | path

Searched defs:remove_entry (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dhashmap.c79 static void remove_entry(pa_hashmap *h, struct hashmap_entry *e) { in remove_entry() function
H A Didxset.c98 static void remove_entry(pa_idxset *s, struct idxset_entry *e) { in remove_entry() function
/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp49 remove_entry(const char *path, in remove_entry() function
/third_party/rust/crates/clap/src/util/
H A Dflat_map.rs63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() functions
/third_party/eudev/src/shared/
H A Dhashmap.c601 #define remove_entry(h, idx) base_remove_entry(HASHMAP_BASE(h), idx) macro
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs30713 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