Home
last modified time | relevance | path

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

/external/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
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c1452 VALUE ctx = rb_class_new_instance(2, args, cOneofBuilderContext); in MessageBuilderContext_oneof()
1496 cOneofBuilderContext = klass; in OneofBuilderContext_register()
1497 rb_gc_register_address(&cOneofBuilderContext); in OneofBuilderContext_register()
Dprotobuf.h162 extern VALUE cOneofBuilderContext;