Home
last modified time | relevance | path

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

/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs876 pub fn from_key<Q>(self, k: &Q) -> Option<(&'a K, &'a V)> in from_key() function
940 pub fn from_key<Q>(self, k: &Q) -> RawEntryMut<'a, K, V, S> in from_key() function
/external/rust/crates/hashbrown/src/
Dmap.rs1822 pub fn from_key<Q: ?Sized>(self, k: &Q) -> RawEntryMut<'a, K, V, S, A> in from_key() method
1878 pub fn from_key<Q: ?Sized>(self, k: &Q) -> Option<(&'a K, &'a V)> in from_key() method