/external/rust/crates/hashbrown/src/ |
D | set.rs | 115 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/ |
D | set.rs | 215 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/ |
D | hash_helpers.h | 41 using HashSet = boost::unordered_set<T, Hasher, EqualityComparator>; variable
|
/external/rust/crates/hashbrown/src/external_trait_impls/ |
D | serde.rs | 102 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/ |
D | hash_set.rs | 64 impl<'a, T: Hash + Eq + Send, S: BuildHasher> ParallelDrainFull for &'a mut HashSet<T, S> { implementation
|
/external/rust/crates/bindgen/ir/analysis/ |
D | has_destructor.rs | 172 impl<'ctx> From<HasDestructorAnalysis<'ctx>> for HashSet<ItemId> { implementation
|
D | has_type_param_in_array.rs | 248 impl<'ctx> From<HasTypeParameterInArray<'ctx>> for HashSet<ItemId> { implementation
|
D | has_float.rs | 248 impl<'ctx> From<HasFloat<'ctx>> for HashSet<ItemId> { implementation
|
/external/rust/crates/rayon/src/iter/ |
D | from_par_iter.rs | 111 impl<V, S> FromParallelIterator<V> for HashSet<V, S> implementation
|
D | extend.rs | 254 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/ |
D | angleutils.h | 52 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/ |
D | lib.rs | 187 impl<K, S> HashSetExt for std::collections::HashSet<K, S> implementation
|
/external/rust/crates/arbitrary/src/ |
D | lib.rs | 773 impl<'a, A: Arbitrary<'a> + Eq + ::std::hash::Hash, S: BuildHasher + Default> Arbitrary<'a>
|
/external/rust/crates/quickcheck/src/ |
D | arbitrary.rs | 422 impl<T: Arbitrary + Eq + Hash, S: BuildHasher + Default + Clone + 'static>
|
/external/rust/crates/serde/src/de/ |
D | value.rs | 1032 impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S> implementation
|
/external/rust/crates/bindgen/ |
D | lib.rs | 107 type HashSet<K> = ::rustc_hash::FxHashSet<K>; typedef
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-printers-test.cc | 994 TEST(PrintStlContainerTest, HashSet) { argument
|
/external/cronet/third_party/boringssl/src/third_party/googletest/test/ |
D | googletest-printers-test.cc | 994 TEST(PrintStlContainerTest, HashSet) { argument
|
/external/rust/crates/fallible-iterator/src/ |
D | lib.rs | 1078 impl<T, S> FromFallibleIterator<T> for HashSet<T, S> implementation
|