HomeSort by relevance Sort by last modified time
    Searched refs:RubyMap (Results 1 - 6 of 6) sorted by null

  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMap.java 56 public class RubyMap extends RubyObject {
62 return new RubyMap(ruby, rubyClass);
66 cMap.defineAnnotatedMethods(RubyMap.class);
69 public RubyMap(Ruby ruby, RubyClass rubyClass) {
194 RubyMap other = (RubyMap) _other;
334 RubyMap newMap = newThisType(context);
348 RubyMap newMap = newThisType(context);
378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) {
386 } else if (hashmap instanceof RubyMap) {
    [all...]
RubyProtobuf.java 65 return ((RubyMap) message).deepCopy(context);
RubyMessage.java 72 this.maps = new HashMap<Descriptors.FieldDescriptor, RubyMap>();
91 final RubyMap map = newMapForField(context, fieldDescriptor);
609 RubyMap map = maps.get(fieldDescriptor);
647 if (!(value instanceof RubyMap)) {
650 RubyMap thisMap = (RubyMap) getField(context, fieldDescriptor);
    [all...]
  /external/protobuf/ruby/src/main/java/google/
ProtobufJavaService.java 55 RubyMap.createRubyMap(ruby);
  /external/protobuf/
Makefile.am     [all...]
  /external/protobuf/util/
Makefile.am     [all...]

Completed in 600 milliseconds