Home
last modified time | relevance | path

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

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessageBuilderContext.java66 …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
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c921 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()