Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dimplicit_hasher.rs49 impl<T: Hash + Eq> Foo<i8> for HashSet<T> { implementation
54 impl Foo<i16> for HashSet<String> { implementation
60 impl<T: Hash + Eq, S: BuildHasher + Default> Foo<i32> for HashSet<T, S> { implementation
65 impl<S: BuildHasher + Default> Foo<i64> for HashSet<String, S> { implementation
/third_party/rust/rust/library/std/src/collections/hash/
Dset.rs106 pub struct HashSet<T, S = RandomState> { struct
107 base: base::HashSet<T, S>, argument
110 impl<T> HashSet<T, RandomState> { impl
150 impl<T, S> HashSet<T, S> { implementation
426 impl<T, S> HashSet<T, S> impl
967 impl<T, S> Clone for HashSet<T, S> implementation
984 impl<T, S> PartialEq for HashSet<T, S> implementation
999 impl<T, S> Eq for HashSet<T, S> implementation
1007 impl<T, S> fmt::Debug for HashSet<T, S> implementation
1017 impl<T, S> FromIterator<T> for HashSet<T, S> implementation
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dhash_set.h26 using HashSet = robin_hood::unordered_set<T, Hash, Equal>; variable
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dhas_destructor.rs172 impl<'ctx> From<HasDestructorAnalysis<'ctx>> for HashSet<ItemId> { implementation
Dhas_float.rs248 impl<'ctx> From<HasFloat<'ctx>> for HashSet<ItemId> { implementation
Dhas_type_param_in_array.rs248 impl<'ctx> From<HasTypeParameterInArray<'ctx>> for HashSet<ItemId> { implementation
/third_party/rust/rust/compiler/rustc_serialize/src/
Dcollection_impls.rs161 impl<E: Encoder, T, S> Encodable<E> for HashSet<T, S> implementation
174 impl<D: Decoder, T, S> Decodable<D> for HashSet<T, S> implementation
/third_party/skia/third_party/externals/angle2/src/common/
Dangleutils.h46 using HashSet = absl::flat_hash_set<Key, Hash>; variable
51 using HashSet = std::unordered_set<Key, Hash>; variable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dimplicit_hasher.rs211 HashSet(Span, Ty<'tcx>, Cow<'static, str>), enumerator
/third_party/skia/tests/
DHashTest.cpp132 DEF_TEST(HashSet, r) { in DEF_TEST() argument
/third_party/rust/rust/src/tools/compiletest/src/header/
Dcfg.rs288 impl CustomContains for HashSet<String> { implementation
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Ddot.rs844 impl<T> HashSet<T> { in test_method_completion_issue_3547() impl
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/tests/
Dregression.rs371 impl<T, H> HashSet<T, H> { in bug_1030() impl
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs80 type HashSet<K> = rustc_hash::FxHashSet<K>; typedef
/third_party/rust/rust/compiler/rustc_data_structures/src/
Dstable_hasher.rs667 impl<V, HCX> !HashStable<HCX> for std::collections::HashSet<V> {} implementation
/third_party/rust/crates/serde/serde/src/de/
Dvalue.rs1038 impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S> implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp62712 class HashSet class
62731 explicit HashSet(AllocPolicy a = AllocPolicy()) : impl(a) {} in HashSet() function in js::HashSet
62866 HashSet(HashSet&& rhs) : impl(mozilla::Move(rhs.impl)) {} in HashSet() function in js::HashSet