Home
last modified time | relevance | path

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

/external/cronet/net/dns/
Dhost_resolver_cache.h156 struct KeyRef { struct
163 // Allow comparing Key to KeyRef to allow refs for entry lookup. argument
/external/rust/crates/linked-hash-map/src/
Dheapsize.rs8 impl<K> HeapSizeOf for KeyRef<K> { implementation
Dlib.rs53 struct KeyRef<K> { struct
66 map: HashMap<KeyRef<K>, *mut Node<K, V>, S>, argument
71 impl<K: Hash> Hash for KeyRef<K> { implementation
77 impl<K: PartialEq> PartialEq for KeyRef<K> { implementation
83 impl<K: Eq> Eq for KeyRef<K> {} implementation
98 impl<K, Q: ?Sized> Borrow<Qey<Q>> for KeyRef<K> implementation
/external/openthread/src/core/crypto/
Dstorage.hpp99 typedef otCryptoKeyRef KeyRef; typedef
/external/openthread/src/core/mac/
Dmac_types.hpp526 typedef otMacKeyRef KeyRef; typedef
/external/rust/crates/tonic/src/metadata/
Dmap.rs96 pub enum KeyRef<'a> { enum