Home
last modified time | relevance | path

Searched refs:cMap (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java59 … 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()
DRubyMessage.java69 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/
Dmap.c135 VALUE cMap; variable
789 cMap = klass; in Map_register()
790 rb_gc_register_address(&cMap); in Map_register()
Dstorage.c674 map = rb_class_new_instance(3, args, cMap); in layout_init()
680 map = rb_class_new_instance(2, args, cMap); in layout_init()
Dmessage.c573 } else if (klass == cMap) { in Google_Protobuf_deep_copy()
Dprotobuf.h407 extern VALUE cMap;