Searched refs:cMap (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 59 … RubyClass cMap = protobuf.defineClassUnder("Map", runtime.getObject(), new ObjectAllocator() { in createRubyMap() local 65 cMap.includeModule(runtime.getEnumerable()); in createRubyMap() 66 cMap.defineAnnotatedMethods(RubyMap.class); in createRubyMap()
|
D | RubyMessage.java | 69 this.cMap = (RubyClass) runtime.getClassFromPath("Google::Protobuf::Map"); in initialize() 741 return (RubyMap) cMap.newInstance(context, keyType, valueType, in newMapForField() 744 return (RubyMap) cMap.newInstance(context, keyType, valueType, Block.NULL_BLOCK); in newMapForField() 758 private RubyClass cMap; field in RubyMessage
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 135 VALUE cMap; variable 789 cMap = klass; in Map_register() 790 rb_gc_register_address(&cMap); in Map_register()
|
D | storage.c | 674 map = rb_class_new_instance(3, args, cMap); in layout_init() 680 map = rb_class_new_instance(2, args, cMap); in layout_init()
|
D | message.c | 573 } else if (klass == cMap) { in Google_Protobuf_deep_copy()
|
D | protobuf.h | 407 extern VALUE cMap;
|