/external/erofs-utils/include/erofs/ |
D | hashmap.h | 49 struct hashmap { struct 50 struct hashmap_entry **table; argument 51 hashmap_cmp_fn cmpfn; argument 56 struct hashmap *map; argument
|
/external/libbpf/src/ |
D | hashmap.h | 52 struct hashmap { struct 53 hashmap_hash_fn hash_fn; argument 54 hashmap_equal_fn equal_fn; argument 57 struct hashmap_entry **buckets; argument 73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
|
/external/rust/crates/once_cell/examples/ |
D | lazy_static.rs | 15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
|
/external/harfbuzz_ng/src/ |
D | hb-map.hh | 438 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef 458 using hashmap = hb_hashmap_t<K, V>; in hb_hashmap_create() typedef
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 233 static VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self() 670 static VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 233 static VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self() 670 static VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 408 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
|
/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 406 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
|
/external/rust/crates/vulkano/src/command_buffer/pool/ |
D | standard.rs | 92 let mut hashmap = self.per_thread.lock().unwrap(); in alloc() localVariable
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 354 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local 362 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 354 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local 362 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
D | Pass2Verifier.java | 246 final Map<String, String> hashmap = new HashMap<>(); in final_methods_are_not_overridden() local
|