Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.c44 static VALUE grpc_rb_cTimeVal = Qnil; variable
104 if (CLASS_OF(time) == grpc_rb_cTimeVal) { in grpc_rb_time_timeval()
235 grpc_rb_cTimeVal = in Init_grpc_time_consts()
242 TypedData_Wrap_Struct(grpc_rb_cTimeVal, &grpc_rb_timespec_data_type, in Init_grpc_time_consts()
246 TypedData_Wrap_Struct(grpc_rb_cTimeVal, &grpc_rb_timespec_data_type, in Init_grpc_time_consts()
250 TypedData_Wrap_Struct(grpc_rb_cTimeVal, &grpc_rb_timespec_data_type, in Init_grpc_time_consts()
252 rb_define_method(grpc_rb_cTimeVal, "to_time", grpc_rb_time_val_to_time, 0); in Init_grpc_time_consts()
253 rb_define_method(grpc_rb_cTimeVal, "inspect", grpc_rb_time_val_inspect, 0); in Init_grpc_time_consts()
254 rb_define_method(grpc_rb_cTimeVal, "to_s", grpc_rb_time_val_to_s, 0); in Init_grpc_time_consts()