| /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> { argument 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> { implementation 385 impl<T, S> HashSet<T, S, Global> { implementation 453 impl<T, S, A> HashSet<T, S, A> implementation 532 impl<T, S, A> HashSet<T, S, A> implementation 1076 impl<T, S, A> PartialEq for HashSet<T, S, A> implementation 1091 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/src/ir/analysis/ |
| D | has_destructor.rs | 172 impl<'ctx> From<HasDestructorAnalysis<'ctx>> for HashSet<ItemId> { implementation
|
| D | has_float.rs | 248 impl<'ctx> From<HasFloat<'ctx>> for HashSet<ItemId> { implementation
|
| D | has_type_param_in_array.rs | 248 impl<'ctx> From<HasTypeParameterInArray<'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 | 191 impl<T, S> ParallelExtend<T> for HashSet<T, S> implementation 205 impl<'a, T, S> ParallelExtend<&'a T> for HashSet<T, S> implementation
|
| /external/skqp/tests/ |
| D | HashTest.cpp | 86 DEF_TEST(HashSet, r) { in DEF_TEST() argument
|
| /external/skia/tests/ |
| D | HashTest.cpp | 131 DEF_TEST(HashSet, r) { in DEF_TEST() argument
|
| /external/rust/crates/arbitrary/src/ |
| D | lib.rs | 722 impl<'a, A: Arbitrary<'a> + Eq + ::std::hash::Hash> Arbitrary<'a> for HashSet<A> { implementation
|
| /external/rust/crates/bindgen/src/ |
| D | lib.rs | 87 type HashSet<K> = ::rustc_hash::FxHashSet<K>; typedef
|
| /external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
| D | googletest-printers-test.cc | 813 TEST(PrintStlContainerTest, HashSet) { in TEST() argument
|
| /external/rust/crates/serde/src/de/ |
| D | value.rs | 988 impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S> implementation
|
| /external/rust/crates/fallible-iterator/src/ |
| D | lib.rs | 1078 impl<T, S> FromFallibleIterator<T> for HashSet<T, S> implementation
|