Searched refs:cOneofDescriptor (Results 1 – 2 of 2) sorted by relevance
66 …this.cOneofDescriptor = (RubyClass) context.runtime.getClassFromPath("Google::Protobuf::OneofDescr… in initialize()194 cOneofDescriptor.newInstance(context, Block.NULL_BLOCK); in oneof()214 private RubyClass cOneofDescriptor; field in RubyMessageBuilderContext
921 cOneofDescriptor = klass; in OneofDescriptor_register()922 rb_gc_register_address(&cOneofDescriptor); in OneofDescriptor_register()1450 VALUE oneofdef = rb_class_new_instance(0, NULL, cOneofDescriptor); in MessageBuilderContext_oneof()