Home
last modified time | relevance | path

Searched refs:cOneofBuilderContext (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessageBuilderContext.java67 …this.cOneofBuilderContext = (RubyClass) context.runtime.getClassFromPath("Google::Protobuf::Intern… in initialize()
196 cOneofBuilderContext.newInstance(context, oneofdef, Block.NULL_BLOCK); in oneof()
215 private RubyClass cOneofBuilderContext; field in RubyMessageBuilderContext
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c1790 VALUE ctx = rb_class_new_instance(2, args, cOneofBuilderContext); in MessageBuilderContext_oneof()
1880 rb_gc_register_address(&cOneofBuilderContext); in OneofBuilderContext_register()
1881 cOneofBuilderContext = klass; in OneofBuilderContext_register()
Dprotobuf.h181 extern VALUE cOneofBuilderContext;