Home
last modified time | relevance | path

Searched defs:HashMap (Results 1 – 25 of 34) sorted by relevance

12

/third_party/rust/rust/src/tools/clippy/tests/ui/crashes/
Dice-3151.rs4 pub struct HashMap<V, S> { struct
5 hash_builder: S,
6 table: RawTable<V>,
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dimplicit_hasher.rs18 impl<K: Hash + Eq, V> Foo<i8> for HashMap<K, V> { implementation
27 impl<K: Hash + Eq, V> Foo<i8> for (HashMap<K, V>,) { implementation
32 impl Foo<i16> for HashMap<String, String> { implementation
38 impl<K: Hash + Eq, V, S: BuildHasher + Default> Foo<i32> for HashMap<K, V, S> { implementation
43 impl<S: BuildHasher + Default> Foo<i64> for HashMap<String, String, S> { implementation
Dmut_key.rs56 fn tuples<U>(_m: &mut HashMap<((), U), ()>) {} in tuples()
/third_party/rust/rust/tests/ui/self/
Dexplicit-self-generic.rs7 enum HashMap<K,V> { enum
17 impl<K,V> HashMap<K,V> { impl
/third_party/rust/rust/tests/ui/typeck/
Dbad-index-due-to-nested.rs5 struct HashMap<K, V>(PhantomData<(K, V)>); struct
7 impl<K, V> Index<&K> for HashMap<K, V> implementation
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dhash_map.h26 using HashMap = robin_hood::unordered_map<K, V, Hash, KeyEqual>; variable
/third_party/rust/rust/tests/ui-fulldeps/internal-lints/
Ddefault_hash_types.rs12 pub struct HashMap; struct
/third_party/rust/rust/tests/ui/traits/
Dmap-types.rs10 impl<K, V> Map<K, V> for HashMap<K, V> {} implementation
Dissue-6128.rs10 impl<E> Graph<isize, E> for HashMap<isize, isize> { implementation
/third_party/rust/rust/library/std/src/collections/hash/
Dmap.rs214 pub struct HashMap<K, V, S = RandomState> { struct
215 base: base::HashMap<K, V, S>, argument
218 impl<K, V> HashMap<K, V, RandomState> { impl
257 impl<K, V, S> HashMap<K, V, S> { impl
731 impl<K, V, S> HashMap<K, V, S> impl
1194 impl<K, V, S> HashMap<K, V, S> implementation
1258 impl<K, V, S> Clone for HashMap<K, V, S> implementation
1276 impl<K, V, S> PartialEq for HashMap<K, V, S> implementation
1292 impl<K, V, S> Eq for HashMap<K, V, S> implementation
1301 impl<K, V, S> Debug for HashMap<K, V, S> implementation
[all …]
/third_party/rust/rust/tests/ui/btreemap/
Dbtreemap_into_iterator_lifetime.rs13 impl<K, V> Map for HashMap<K, V> { implementation
/third_party/rust/rust/tests/ui/generics/
Dgeneric-type-params-name-repr.rs9 struct HashMap<K, V, H = Hash<K>>(marker::PhantomData<(K,V,H)>); struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h90 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
/third_party/rust/rust/src/tools/clippy/tests/ui-toml/toml_disallowed_types/
Dconf_disallowed_types.rs10 struct HashMap; struct
/third_party/rust/rust/library/std/src/
Dpanic.rs78 impl<K, V, S> UnwindSafe for collections::HashMap<K, V, S> implementation
/third_party/rust/rust/compiler/rustc_serialize/src/
Dcollection_impls.rs127 impl<E: Encoder, K, V, S> Encodable<E> for HashMap<K, V, S> implementation
142 impl<D: Decoder, K, V, S> Decodable<D> for HashMap<K, V, S> implementation
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceMap.h50 using HashMap = angle::HashMap<GLuint, ResourceType *>; variable
/third_party/skia/third_party/externals/angle2/src/common/
Dangleutils.h44 using HashMap = absl::flat_hash_map<Key, T, Hash>; variable
49 using HashMap = std::unordered_map<Key, T, Hash>; variable
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dsizedness.rs332 impl<'ctx> From<SizednessAnalysis<'ctx>> for HashMap<TypeId, SizednessResult> { implementation
Dhas_vtable.rs210 impl<'ctx> From<HasVtableAnalysis<'ctx>> for HashMap<ItemId, HasVtableResult> { implementation
Dtemplate_params.rs599 impl<'ctx> From<UsedTemplateParameters<'ctx>> for HashMap<ItemId, ItemSet> { implementation
Dmod.rs363 impl<'a> From<ReachableFrom<'a>> for HashMap<Node, HashSet<Node>> { implementation
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dimplicit_hasher.rs210 HashMap(Span, Ty<'tcx>, Cow<'static, str>, Cow<'static, str>), enumerator
/third_party/skia/tests/
DHashTest.cpp24 DEF_TEST(HashMap, r) { in DEF_TEST() argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/tests/
Dspecial.rs523 impl<K, V> HashMap<K, V, RandomState> { in completes_hashmap_new() impl

12