Home
last modified time | relevance | path

Searched defs:hashmap (Results 1 – 12 of 12) sorted by relevance

/external/erofs-utils/include/erofs/
Dhashmap.h49 struct hashmap { struct
50 struct hashmap_entry **table; argument
51 hashmap_cmp_fn cmpfn; argument
56 struct hashmap *map; argument
/external/libbpf/src/
Dhashmap.h52 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/
Dlazy_static.rs15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
/external/harfbuzz_ng/src/
Dhb-map.hh438 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/
Dmap.c233 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/
Dmap.c233 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/
DRubyMap.java408 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java406 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
/external/rust/crates/vulkano/src/command_buffer/pool/
Dstandard.rs92 let mut hashmap = self.per_thread.lock().unwrap(); in alloc() localVariable
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapsTest.java354 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/
DMapsTest.java354 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/
DPass2Verifier.java246 final Map<String, String> hashmap = new HashMap<>(); in final_methods_are_not_overridden() local