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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java94 * this may be an ordinary Ruby hashmap or another Map instance with identical
98 * value_type). The contents of this initial hashmap or Map instance are
378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { argument
379 if (hashmap instanceof RubyHash) {
380 ((RubyHash) hashmap).visitAll(new RubyHash.Visitor() {
386 } else if (hashmap instanceof RubyMap) {
387 RubyMap other = (RubyMap) hashmap;
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c206 * this may be an ordinary Ruby hashmap or another Map instance with identical
210 * value_type). The contents of this initial hashmap or Map instance are
221 // hashmap).
397 // Ruby hashmap's :[]= method also returns the inserted value.
705 VALUE Map_merge(VALUE _self, VALUE hashmap) { argument
707 return Map_merge_into_self(dupped, hashmap);
716 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { argument
717 if (TYPE(hashmap) == T_HASH) {
718 rb_hash_foreach(hashmap, merge_into_self_callback, _self);
719 } else if (RB_TYPE_P(hashmap, T_DAT
[all...]
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jar ... classfile.ConstantPool constant_pool private static java.util.HashMap readers void " href="/9.0.0_r3/s? ...
H A Dxalan-2.6.0.jar ... classfile.ConstantPool constant_pool private static java.util.HashMap readers void " href="/9.0.0_r3/s? ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 240 milliseconds