Searched defs:remove_entry (Results 1 – 4 of 4) sorted by relevance
49 remove_entry(const char *path, in remove_entry() function
79 static void remove_entry(pa_hashmap *h, struct hashmap_entry *e) { in remove_entry() function
98 static void remove_entry(pa_idxset *s, struct idxset_entry *e) { in remove_entry() function
63 pub fn remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in remove_entry() method