Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c705 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()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapsTest.java266 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
274 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java327 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
335 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
/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