Home
last modified time | relevance | path

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

/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs842 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/
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
/external/openssh/
Dsshkey.c1763 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy()