Home
last modified time | relevance | path

Searched refs:WeakWeakHashMap (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/weak-table/src/
Dweak_weak_hash_map.rs9 pub use super::WeakWeakHashMap;
156 impl<K: WeakKey, V: WeakElement> WeakWeakHashMap<K, V, RandomState> implementation
173 impl<K: WeakKey, V: WeakElement, S: BuildHasher> WeakWeakHashMap<K, V, S> { implementation
185 WeakWeakHashMap { in with_capacity_and_hasher()
474 pub fn is_submap_with<F, S1, V1>(&self, other: &WeakWeakHashMap<K, V1, S1>, in is_submap_with()
498 pub fn is_submap<V1, S1>(&self, other: &WeakWeakHashMap<K, V1, S1>) -> bool in is_submap()
511 pub fn domain_is_subset<V1, S1>(&self, other: &WeakWeakHashMap<K, V1, S1>) -> bool in domain_is_subset()
527 impl<K, V, V1, S, S1> PartialEq<WeakWeakHashMap<K, V1, S1>> for WeakWeakHashMap<K, V, S> implementation
535 fn eq(&self, other: &WeakWeakHashMap<K, V1, S1>) -> bool { in eq()
540 impl<K: WeakKey, V: WeakElement, S: BuildHasher> Eq for WeakWeakHashMap<K, V, S> implementation
[all …]
Dptr_weak_weak_hash_map.rs20 PtrWeakWeakHashMap(base::WeakWeakHashMap::new()) in new()
27 PtrWeakWeakHashMap(base::WeakWeakHashMap::with_capacity(capacity)) in with_capacity()
38 PtrWeakWeakHashMap(base::WeakWeakHashMap::with_hasher(hash_builder)) in with_hasher()
45 PtrWeakWeakHashMap(base::WeakWeakHashMap::with_capacity_and_hasher(capacity, hash_builder)) in with_capacity_and_hasher()
261 PtrWeakWeakHashMap(base::WeakWeakHashMap::<ByPtr<K>, V, S>::default()) in default()
272 PtrWeakWeakHashMap(base::WeakWeakHashMap::<ByPtr<K>, V, S>::from_iter(iter)) in from_iter()
Dlib.rs236 pub struct WeakWeakHashMap<K, V, S = RandomState> { struct
252 WeakWeakHashMap<by_ptr::ByPtr<K>, V, S> argument
/external/rust/android-crates-io/crates/weak-table/
DCHANGELOG.md63 - `WeakWeakHashMap::{get_key, get_both}` methods