Home
last modified time | relevance | path

Searched refs:mergeIntoSelf (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java136 mergeIntoSelf(context, args[initValueArg]); in initialize()
378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf() method in RubyMap
DRubyMessage.java92 map.mergeIntoSelf(context, value); in initialize()
651 thisMap.mergeIntoSelf(context, value); in setField()