Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dset.rs19 pub struct DashSet<K, S = RandomState> { struct
23 impl<K: Eq + Hash + fmt::Debug, S: BuildHasher + Clone> fmt::Debug for DashSet<K, S> { implementation
29 impl<K: Eq + Hash + Clone, S: Clone> Clone for DashSet<K, S> { implementation
41 impl<K, S> Default for DashSet<K, S> implementation
51 impl<'a, K: 'a + Eq + Hash> DashSet<K, RandomState> { implementation
82 impl<'a, K: 'a + Eq + Hash, S: BuildHasher + Clone> DashSet<K, S> { implementation
388 impl<K: Eq + Hash, S: BuildHasher + Clone> IntoIterator for DashSet<K, S> { implementation
398 impl<K: Eq + Hash, S: BuildHasher + Clone> Extend<K> for DashSet<K, S> { implementation
406 impl<K: Eq + Hash, S: BuildHasher + Clone + Default> FromIterator<K> for DashSet<K, S> { implementation
Dserde.rs128 impl<'de, K, S> Deserialize<'de> for DashSet<K, S> implementation
141 impl<K, H> Serialize for DashSet<K, H> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/rayon/
Dset.rs8 impl<K, S> ParallelExtend<K> for DashSet<K, S> implementation
23 impl<K, S> ParallelExtend<K> for &'_ DashSet<K, S> implementation
39 impl<K, S> FromParallelIterator<K> for DashSet<K, S> implementation
54 impl<K, S> IntoParallelIterator for DashSet<K, S> implementation
89 impl<'a, K, S> IntoParallelIterator for &'a DashSet<K, S> implementation