Home
last modified time | relevance | path

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

/third_party/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
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c1193 rb_gc_register_address(&cOneofDescriptor); in OneofDescriptor_register()
1194 cOneofDescriptor = klass; in OneofDescriptor_register()
2365 return get_def_obj(descriptor_pool, def, cOneofDescriptor); in get_oneofdef_obj()