| /third_party/rust/rust/src/tools/clippy/tests/ui/crashes/ |
| D | ice-3151.rs | 4 pub struct HashMap<V, S> { struct 5 hash_builder: S, 6 table: RawTable<V>,
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | implicit_hasher.rs | 18 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
|
| D | mut_key.rs | 56 fn tuples<U>(_m: &mut HashMap<((), U), ()>) {} in tuples()
|
| /third_party/rust/rust/tests/ui/self/ |
| D | explicit-self-generic.rs | 7 enum HashMap<K,V> { enum 17 impl<K,V> HashMap<K,V> { impl
|
| /third_party/rust/rust/tests/ui/typeck/ |
| D | bad-index-due-to-nested.rs | 5 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/ |
| D | hash_map.h | 26 using HashMap = robin_hood::unordered_map<K, V, Hash, KeyEqual>; variable
|
| /third_party/rust/rust/tests/ui-fulldeps/internal-lints/ |
| D | default_hash_types.rs | 12 pub struct HashMap; struct
|
| /third_party/rust/rust/tests/ui/traits/ |
| D | map-types.rs | 10 impl<K, V> Map<K, V> for HashMap<K, V> {} implementation
|
| D | issue-6128.rs | 10 impl<E> Graph<isize, E> for HashMap<isize, isize> { implementation
|
| /third_party/rust/rust/library/std/src/collections/hash/ |
| D | map.rs | 214 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/ |
| D | btreemap_into_iterator_lifetime.rs | 13 impl<K, V> Map for HashMap<K, V> { implementation
|
| /third_party/rust/rust/tests/ui/generics/ |
| D | generic-type-params-name-repr.rs | 9 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/ |
| D | TpiStream.h | 90 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
|
| /third_party/rust/rust/src/tools/clippy/tests/ui-toml/toml_disallowed_types/ |
| D | conf_disallowed_types.rs | 10 struct HashMap; struct
|
| /third_party/rust/rust/library/std/src/ |
| D | panic.rs | 78 impl<K, V, S> UnwindSafe for collections::HashMap<K, V, S> implementation
|
| /third_party/rust/rust/compiler/rustc_serialize/src/ |
| D | collection_impls.rs | 127 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/ |
| D | ResourceMap.h | 50 using HashMap = angle::HashMap<GLuint, ResourceType *>; variable
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | angleutils.h | 44 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/ |
| D | sizedness.rs | 332 impl<'ctx> From<SizednessAnalysis<'ctx>> for HashMap<TypeId, SizednessResult> { implementation
|
| D | has_vtable.rs | 210 impl<'ctx> From<HasVtableAnalysis<'ctx>> for HashMap<ItemId, HasVtableResult> { implementation
|
| D | template_params.rs | 599 impl<'ctx> From<UsedTemplateParameters<'ctx>> for HashMap<ItemId, ItemSet> { implementation
|
| D | mod.rs | 363 impl<'a> From<ReachableFrom<'a>> for HashMap<Node, HashSet<Node>> { implementation
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | implicit_hasher.rs | 210 HashMap(Span, Ty<'tcx>, Cow<'static, str>, Cow<'static, str>), enumerator
|
| /third_party/skia/tests/ |
| D | HashTest.cpp | 24 DEF_TEST(HashMap, r) { in DEF_TEST() argument
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/tests/ |
| D | special.rs | 523 impl<K, V> HashMap<K, V, RandomState> { in completes_hashmap_new() impl
|