Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/sso/
Dset.rs25 pub struct SsoHashSet<T> { struct
31 /// result SsoHashSet should return. argument
37 impl<T> SsoHashSet<T> { impl
88 impl<T: Eq + Hash> SsoHashSet<T> { implementation
151 impl<T: Eq + Hash> FromIterator<T> for SsoHashSet<T> { implementation
159 impl<T> Default for SsoHashSet<T> { implementation
166 impl<T: Eq + Hash> Extend<T> for SsoHashSet<T> { implementation
187 impl<'a, T> Extend<&'a T> for SsoHashSet<T> implementation
207 impl<T> IntoIterator for SsoHashSet<T> { implementation
217 impl<'a, T> IntoIterator for &'a SsoHashSet<T> { implementation
[all …]