@@ -283,27 +283,27 @@ VALUE rb_thrift_binary_proto_read_message_end(VALUE self) {
283
283
return Qnil ;
284
284
}
285
285
286
- VALUE rb_thift_binary_proto_read_struct_begin (VALUE self ) {
286
+ VALUE rb_thrift_binary_proto_read_struct_begin (VALUE self ) {
287
287
return Qnil ;
288
288
}
289
289
290
- VALUE rb_thift_binary_proto_read_struct_end (VALUE self ) {
290
+ VALUE rb_thrift_binary_proto_read_struct_end (VALUE self ) {
291
291
return Qnil ;
292
292
}
293
293
294
- VALUE rb_thift_binary_proto_read_field_end (VALUE self ) {
294
+ VALUE rb_thrift_binary_proto_read_field_end (VALUE self ) {
295
295
return Qnil ;
296
296
}
297
297
298
- VALUE rb_thift_binary_proto_read_map_end (VALUE self ) {
298
+ VALUE rb_thrift_binary_proto_read_map_end (VALUE self ) {
299
299
return Qnil ;
300
300
}
301
301
302
- VALUE rb_thift_binary_proto_read_list_end (VALUE self ) {
302
+ VALUE rb_thrift_binary_proto_read_list_end (VALUE self ) {
303
303
return Qnil ;
304
304
}
305
305
306
- VALUE rb_thift_binary_proto_read_set_end (VALUE self ) {
306
+ VALUE rb_thrift_binary_proto_read_set_end (VALUE self ) {
307
307
return Qnil ;
308
308
}
309
309
@@ -449,12 +449,12 @@ void Init_binary_protocol_accelerated() {
449
449
rb_define_method (bpa_class , "read_binary" , rb_thrift_binary_proto_read_binary , 0 );
450
450
// unused methods
451
451
rb_define_method (bpa_class , "read_message_end" , rb_thrift_binary_proto_read_message_end , 0 );
452
- rb_define_method (bpa_class , "read_struct_begin" , rb_thift_binary_proto_read_struct_begin , 0 );
453
- rb_define_method (bpa_class , "read_struct_end" , rb_thift_binary_proto_read_struct_end , 0 );
454
- rb_define_method (bpa_class , "read_field_end" , rb_thift_binary_proto_read_field_end , 0 );
455
- rb_define_method (bpa_class , "read_map_end" , rb_thift_binary_proto_read_map_end , 0 );
456
- rb_define_method (bpa_class , "read_list_end" , rb_thift_binary_proto_read_list_end , 0 );
457
- rb_define_method (bpa_class , "read_set_end" , rb_thift_binary_proto_read_set_end , 0 );
452
+ rb_define_method (bpa_class , "read_struct_begin" , rb_thrift_binary_proto_read_struct_begin , 0 );
453
+ rb_define_method (bpa_class , "read_struct_end" , rb_thrift_binary_proto_read_struct_end , 0 );
454
+ rb_define_method (bpa_class , "read_field_end" , rb_thrift_binary_proto_read_field_end , 0 );
455
+ rb_define_method (bpa_class , "read_map_end" , rb_thrift_binary_proto_read_map_end , 0 );
456
+ rb_define_method (bpa_class , "read_list_end" , rb_thrift_binary_proto_read_list_end , 0 );
457
+ rb_define_method (bpa_class , "read_set_end" , rb_thrift_binary_proto_read_set_end , 0 );
458
458
459
459
rbuf_ivar_id = rb_intern ("@rbuf" );
460
460
}
0 commit comments