Home
last modified time | relevance | path

Searched defs:hashmap (Results 1 – 14 of 14) 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.h72 struct hashmap { struct
73 hashmap_hash_fn hash_fn; argument
74 hashmap_equal_fn equal_fn; argument
77 struct hashmap_entry **buckets; argument
83 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/linux-kselftest/tools/testing/selftests/bpf/benchs/
Dbench_local_storage.c115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup()
/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/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/src/main/java/com/google/protobuf/jruby/
DRubyMap.java406 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java408 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapsTest.java369 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
377 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java369 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
377 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
/external/harfbuzz_ng/src/
Dhb-map.hh529 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef
/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
/external/rust/crates/toml/tests/testsuite/
Dserde.rs212 fn hashmap() { in hashmap() function
/external/aws-sdk-java-v2/services/glacier/src/main/resources/codegen-resources/
Dservice-2.json2570 "hashmap":{ object