Home
last modified time | relevance | path

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

12

/external/antlr/runtime/ObjC/Framework/
DHashMap.m109 {
118 {
134 {
139 {
202 {
207 {
224 {
229 {
246 {
251 {
[all …]
DTokenRewriteStream.m241 {
557 {
660 {
666 {
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Dmap.rs298 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/
Dhash_helpers.h47 using HashMap = boost::unordered_map<Key, Value, Hasher>; variable
/external/rust/crates/hashbrown/src/
Dmap.rs192 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> { argument
273 impl<K, V> HashMap<K, V, DefaultHashBuilder> { impl
308 impl<K, V, A: Allocator + Clone> HashMap<K, V, DefaultHashBuilder, A> { implementation
328 impl<K, V, S> HashMap<K, V, S> { implementation
397 impl<K, V, S, A: Allocator + Clone> HashMap<K, V, S, A> { impl
778 impl<K, V, S, A> HashMap<K, V, S, A> implementation
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 …]
Drustc_entry.rs8 impl<K, V, S, A> HashMap<K, V, S, A> implementation
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h90 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h90 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
/external/rust/crates/hashbrown/src/external_trait_impls/
Dserde.rs24 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/
Dhash_map.rs78 impl<'a, K: Hash + Eq + Send, V: Send, S: BuildHasher> ParallelDrainFull
/external/rust/crates/protobuf/src/reflect/
Dmap.rs14 impl<K: ProtobufValue + Eq + Hash + 'static, V: ProtobufValue + 'static> ReflectMap
/external/angle/src/libANGLE/
DResourceMap.h50 using HashMap = angle::HashMap<GLuint, ResourceType *>; variable
/external/tensorflow/tensorflow/core/lib/hash/
Dhash_test.cc108 TEST(StringPieceHasher, HashMap) { in TEST() argument
/external/angle/src/common/
Dangleutils.h41 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/
Dfrom_par_iter.rs79 impl<K, V, S> FromParallelIterator<(K, V)> for HashMap<K, V, S> implementation
Dextend.rs152 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/
DHashTest.cpp21 DEF_TEST(HashMap, r) { in DEF_TEST() argument
/external/rust/crates/bindgen/src/ir/analysis/
Dtemplate_params.rs596 impl<'ctx> From<UsedTemplateParameters<'ctx>> for HashMap<ItemId, ItemSet> { implementation
Dsizedness.rs337 impl<'ctx> From<SizednessAnalysis<'ctx>> for HashMap<TypeId, SizednessResult> { implementation
Dhas_vtable.rs215 impl<'ctx> From<HasVtableAnalysis<'ctx>> for HashMap<ItemId, HasVtableResult> { implementation
Dmod.rs366 impl<'a> From<ReachableFrom<'a>> for HashMap<Node, HashSet<Node>> { implementation
Dderive.rs723 impl<'ctx> From<CannotDerive<'ctx>> for HashMap<ItemId, CanDerive> { implementation
/external/skia/tests/
DHashTest.cpp23 DEF_TEST(HashMap, r) { in DEF_TEST() argument
/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs23 HashMap(Box<RustType>, Box<RustType>), enumerator
/external/rust/crates/arbitrary/src/
Dlib.rs705 impl<'a, K: Arbitrary<'a> + Eq + ::std::hash::Hash, V: Arbitrary<'a>> Arbitrary<'a>

12