Home
last modified time | relevance | path

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

/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs942 pub fn from_key_hashed_nocheck<Q>(self, hash: u64, k: &Q) -> Option<(&'a K, &'a V)> in from_key_hashed_nocheck() function
1006 pub fn from_key_hashed_nocheck<Q>(self, hash: u64, k: &Q) -> RawEntryMut<'a, K, V, S> in from_key_hashed_nocheck() function
/external/rust/crates/hashbrown/src/
Dmap.rs3137 pub fn from_key_hashed_nocheck<Q: ?Sized>(self, hash: u64, k: &Q) -> RawEntryMut<'a, K, V, S, A> in from_key_hashed_nocheck() method
3243 pub fn from_key_hashed_nocheck<Q: ?Sized>(self, hash: u64, k: &Q) -> Option<(&'a K, &'a V)> in from_key_hashed_nocheck() method