Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:args

1451   VALUE args[2] = { oneofdef, self->builder };
1452 VALUE ctx = rb_class_new_instance(2, args, cOneofBuilderContext);
1667 VALUE args[2] = { msgdef, _self };
1668 VALUE ctx = rb_class_new_instance(2, args, cMessageBuilderContext);