Searched defs:from_key (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 842 pub fn from_key<Q>(self, k: &Q) -> Option<(&'a K, &'a V)> in from_key() function 906 pub fn from_key<Q>(self, k: &Q) -> RawEntryMut<'a, K, V, S> in from_key() function
|
/external/rust/crates/hashbrown/src/ |
D | map.rs | 1822 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
|
/external/openssh/ |
D | sshkey.c | 1763 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy()
|