| /external/antlr/runtime/ObjC/Framework/ |
| D | HashMap.m | 109 { 118 { 134 { 139 { 202 { 207 { 224 { 229 { 246 { 251 { [all …]
|
| D | TokenRewriteStream.m | 241 { 557 { 660 { 666 {
|
| /external/rust/crates/hashbrown/src/external_trait_impls/rayon/ |
| D | map.rs | 298 impl<K: Sync, V: Sync, S, A: Allocator + Clone> HashMap<K, V, S, A> { impl 318 impl<K: Send, V: Send, S, A: Allocator + Clone> HashMap<K, V, S, A> { implementation 338 impl<K, V, S, A> HashMap<K, V, S, A> impl 357 impl<K: Send, V: Send, S, A: Allocator + Clone + Send> IntoParallelIterator 371 impl<'a, K: Sync, V: Sync, S, A: Allocator + Clone> IntoParallelIterator 386 impl<'a, K: Sync, V: Send, S, A: Allocator + Clone> IntoParallelIterator 405 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S, Global> implementation 422 impl<K, V, S, A> ParallelExtend<(K, V)> for HashMap<K, V, S, A> implementation 438 impl<'a, K, V, S, A> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S, A> implementation
|
| /external/google-fruit/include/fruit/impl/util/ |
| D | hash_helpers.h | 47 using HashMap = boost::unordered_map<Key, Value, Hasher>; variable
|
| /external/rust/crates/hashbrown/src/ |
| D | map.rs | 192 pub struct HashMap<K, V, S = DefaultHashBuilder, A: Allocator + Clone = Global> { struct 197 impl<K: Clone, V: Clone, S: Clone, A: Allocator + Clone> Clone for HashMap<K, V, S, A> { implementation 273 impl<K, V> HashMap<K, V, DefaultHashBuilder> { impl 308 impl<K, V, A: Allocator + Clone> HashMap<K, V, DefaultHashBuilder, A> { impl 328 impl<K, V, S> HashMap<K, V, S> { implementation 397 impl<K, V, S, A: Allocator + Clone> HashMap<K, V, S, A> { implementation 778 impl<K, V, S, A> HashMap<K, V, S, A> impl 1371 impl<K, V, S, A: Allocator + Clone> HashMap<K, V, S, A> { impl 1429 impl<K, V, S, A> PartialEq for HashMap<K, V, S, A> implementation 1446 impl<K, V, S, A> Eq for HashMap<K, V, S, A> implementation [all …]
|
| D | rustc_entry.rs | 8 impl<K, V, S, A> HashMap<K, V, S, A> implementation
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | TpiStream.h | 90 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | TpiStream.h | 90 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
|
| /external/rust/crates/hashbrown/src/external_trait_impls/ |
| D | serde.rs | 24 impl<K, V, H> Serialize for HashMap<K, V, H> implementation 39 impl<'de, K, V, S> Deserialize<'de> for HashMap<K, V, S> implementation
|
| /external/rust/crates/rayon/src/collections/ |
| D | hash_map.rs | 78 impl<'a, K: Hash + Eq + Send, V: Send, S: BuildHasher> ParallelDrainFull
|
| /external/rust/crates/protobuf/src/reflect/ |
| D | map.rs | 14 impl<K: ProtobufValue + Eq + Hash + 'static, V: ProtobufValue + 'static> ReflectMap
|
| /external/angle/src/libANGLE/ |
| D | ResourceMap.h | 50 using HashMap = angle::HashMap<GLuint, ResourceType *>; variable
|
| /external/tensorflow/tensorflow/core/lib/hash/ |
| D | hash_test.cc | 108 TEST(StringPieceHasher, HashMap) { in TEST() argument
|
| /external/angle/src/common/ |
| D | angleutils.h | 41 using HashMap = absl::flat_hash_map<Key, T, Hash>; variable 44 using HashMap = std::unordered_map<Key, T, Hash>; variable
|
| /external/rust/crates/rayon/src/iter/ |
| D | from_par_iter.rs | 79 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S> implementation
|
| D | extend.rs | 152 impl<K, V, S> ParallelExtend<(K, V)> for HashMap<K, V, S> implementation 168 impl<'a, K: 'a, V: 'a, S> ParallelExtend<(&'a K, &'a V)> for HashMap<K, V, S> implementation
|
| /external/skqp/tests/ |
| D | HashTest.cpp | 21 DEF_TEST(HashMap, r) { in DEF_TEST() argument
|
| /external/rust/crates/bindgen/src/ir/analysis/ |
| D | template_params.rs | 596 impl<'ctx> From<UsedTemplateParameters<'ctx>> for HashMap<ItemId, ItemSet> { implementation
|
| D | sizedness.rs | 337 impl<'ctx> From<SizednessAnalysis<'ctx>> for HashMap<TypeId, SizednessResult> { implementation
|
| D | has_vtable.rs | 215 impl<'ctx> From<HasVtableAnalysis<'ctx>> for HashMap<ItemId, HasVtableResult> { implementation
|
| D | mod.rs | 366 impl<'a> From<ReachableFrom<'a>> for HashMap<Node, HashSet<Node>> { implementation
|
| D | derive.rs | 723 impl<'ctx> From<CannotDerive<'ctx>> for HashMap<ItemId, CanDerive> { implementation
|
| /external/skia/tests/ |
| D | HashTest.cpp | 23 DEF_TEST(HashMap, r) { in DEF_TEST() argument
|
| /external/rust/crates/protobuf-codegen/src/ |
| D | rust_types_values.rs | 23 HashMap(Box<RustType>, Box<RustType>), enumerator
|
| /external/rust/crates/arbitrary/src/ |
| D | lib.rs | 705 impl<'a, K: Arbitrary<'a> + Eq + ::std::hash::Hash, V: Arbitrary<'a>> Arbitrary<'a>
|