Searched defs:hashmap (Results 1 – 6 of 6) sorted by relevance
7 struct hashmap { struct11 struct hashmap_entry *first; argument12 struct hashmap_entry *last; argument13 struct hashmap_entry { argument22 struct hashmap *hashmap_create(uint32_t(*hash_fct)(const void*), argument
705 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()716 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self()
378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
266 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local274 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
327 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local335 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...