Searched refs:cOneofBuilderContext (Results 1 – 3 of 3) sorted by relevance
67 …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
1452 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()
162 extern VALUE cOneofBuilderContext;