Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/
Dset.rs115 pub struct HashSet<T, S = DefaultHashBuilder, A: Allocator + Clone = Global> { struct
119 impl<T: Clone, S: Clone, A: Allocator + Clone> Clone for HashSet<T, S, A> { implementation
132 impl<T> HashSet<T, DefaultHashBuilder> { impl
172 impl<T: Hash + Eq, A: Allocator + Clone> HashSet<T, DefaultHashBuilder, A> { implementation
211 impl<T, S, A: Allocator + Clone> HashSet<T, S, A> { impl
385 impl<T, S> HashSet<T, S, Global> { impl
453 impl<T, S, A> HashSet<T, S, A> implementation
538 impl<T, S, A> HashSet<T, S, A> impl
1147 impl<T, S, A> PartialEq for HashSet<T, S, A> implementation
1162 impl<T, S, A> Eq for HashSet<T, S, A> implementation
[all …]
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Dset.rs215 impl<T, S, A> HashSet<T, S, A> impl
289 impl<T, S, A> HashSet<T, S, A> impl
304 impl<T: Send, S, A: Allocator + Clone + Send> IntoParallelIterator for HashSet<T, S, A> { implementation
316 impl<'a, T: Sync, S, A: Allocator + Clone> IntoParallelIterator for &'a HashSet<T, S, A> { implementation
329 impl<T, S> FromParallelIterator<T> for HashSet<T, S, Global> implementation
345 impl<T, S> ParallelExtend<T> for HashSet<T, S, Global> implementation
359 impl<'a, T, S> ParallelExtend<&'a T> for HashSet<T, S, Global> implementation
/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.h41 using HashSet = boost::unordered_set<T, Hasher, EqualityComparator>; variable
/external/rust/crates/hashbrown/src/external_trait_impls/
Dserde.rs102 impl<T, H> Serialize for HashSet<T, H> implementation
116 impl<'de, T, S> Deserialize<'de> for HashSet<T, S> implementation
/external/rust/crates/rayon/src/collections/
Dhash_set.rs64 impl<'a, T: Hash + Eq + Send, S: BuildHasher> ParallelDrainFull for &'a mut HashSet<T, S> { implementation
/external/rust/crates/bindgen/ir/analysis/
Dhas_destructor.rs172 impl<'ctx> From<HasDestructorAnalysis<'ctx>> for HashSet<ItemId> { implementation
Dhas_type_param_in_array.rs248 impl<'ctx> From<HasTypeParameterInArray<'ctx>> for HashSet<ItemId> { implementation
Dhas_float.rs248 impl<'ctx> From<HasFloat<'ctx>> for HashSet<ItemId> { implementation
/external/rust/crates/rayon/src/iter/
Dfrom_par_iter.rs111 impl<V, S> FromParallelIterator<V> for HashSet<V, S> implementation
Dextend.rs254 impl<T, S> ParallelExtend<T> for HashSet<T, S> implementation
268 impl<'a, T, S> ParallelExtend<&'a T> for HashSet<T, S> implementation
/external/angle/src/common/
Dangleutils.h52 using HashSet = absl::flat_hash_set<Key, Hash, Eq>; variable
63 using HashSet = std::unordered_set<Key, Hash, KeyEqual>; variable
/external/rust/crates/ahash/src/
Dlib.rs187 impl<K, S> HashSetExt for std::collections::HashSet<K, S> implementation
/external/rust/crates/arbitrary/src/
Dlib.rs773 impl<'a, A: Arbitrary<'a> + Eq + ::std::hash::Hash, S: BuildHasher + Default> Arbitrary<'a>
/external/rust/crates/quickcheck/src/
Darbitrary.rs422 impl<T: Arbitrary + Eq + Hash, S: BuildHasher + Default + Clone + 'static>
/external/rust/crates/serde/src/de/
Dvalue.rs1032 impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S> implementation
/external/rust/crates/bindgen/
Dlib.rs107 type HashSet<K> = ::rustc_hash::FxHashSet<K>; typedef
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc994 TEST(PrintStlContainerTest, HashSet) { argument
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc994 TEST(PrintStlContainerTest, HashSet) { argument
/external/rust/crates/fallible-iterator/src/
Dlib.rs1078 impl<T, S> FromFallibleIterator<T> for HashSet<T, S> implementation