Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/
Dmap.rs3862 pub fn replace_entry_with<F>(self, f: F) -> RawEntryMut<'a, K, V, S, A> in replace_entry_with() method
5477 pub fn replace_entry_with<F>(self, f: F) -> Entry<'a, K, V, S, A> in replace_entry_with() method
6205 pub fn replace_entry_with<F>(self, f: F) -> EntryRef<'a, 'b, K, Q, V, S, A> in replace_entry_with() method