Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dweak_weak_hash_map.rs156 impl<K: WeakKey, V: WeakElement> WeakWeakHashMap<K, V, RandomState> implementation
173 impl<K: WeakKey, V: WeakElement, S: BuildHasher> WeakWeakHashMap<K, V, S> { impl
527 impl<K, V, V1, S, S1> PartialEq<WeakWeakHashMap<K, V1, S1>> for WeakWeakHashMap<K, V, S> implementation
540 impl<K: WeakKey, V: WeakElement, S: BuildHasher> Eq for WeakWeakHashMap<K, V, S> implementation
544 impl<K: WeakKey, V: WeakElement, S: BuildHasher + Default> Default for WeakWeakHashMap<K, V, S> { implementation
550 impl<K, V, S> iter::FromIterator<(K::Strong, V::Strong)> for WeakWeakHashMap<K, V, S> implementation
562 impl<K, V, S> Extend<(K::Strong, V::Strong)> for WeakWeakHashMap<K, V, S> implementation
833 impl<K, V, S> ModuloCapacity for WeakWeakHashMap<K, V, S> { implementation
874 impl<K: WeakElement, V: WeakElement, S> Debug for WeakWeakHashMap<K, V, S> implementation
922 impl<K: WeakElement, V: WeakElement, S> IntoIterator for WeakWeakHashMap<K, V, S> { implementation
[all …]
Dlib.rs236 pub struct WeakWeakHashMap<K, V, S = RandomState> { struct
252 WeakWeakHashMap<by_ptr::ByPtr<K>, V, S> argument