Searched defs:hashmap (Results 1 – 6 of 6) sorted by relevance
72 struct hashmap { struct73 hashmap_hash_fn hash_fn; argument74 hashmap_equal_fn equal_fn; argument77 struct hashmap_entry **buckets; argument83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
45 macro_rules! hashmap { macro
378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
740 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()
360 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef