Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
Dcache_test.cpp49 remove_entry(const char *path, in remove_entry() function
/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/crates/clap/src/util/
Dflat_map.rs63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method