Searched defs:hashmap (Results 1 – 3 of 3) sorted by relevance
378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
707 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()718 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self()
190 HashmapFields hashmap; member