Home
last modified time | relevance | path

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

/external/rust/crates/once_cell/examples/
Dlazy_static.rs15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
/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.c750 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()
761 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self()
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapsTest.java354 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
362 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java354 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
362 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