Home
last modified time | relevance | path

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

/third_party/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
/third_party/rust/crates/once_cell/examples/
Dlazy_static.rs15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
/third_party/rust/crates/serde/test_suite/tests/macros/
Dmod.rs45 macro_rules! hashmap { macro
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c740 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()
751 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-map.hh360 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef