Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.h65 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self);
Drb_server_credentials.c229 grpc_rb_cannot_init_copy, 1); in Init_grpc_server_credentials()
Drb_channel_credentials.c243 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel_credentials()
Drb_call_credentials.c277 grpc_rb_cannot_init_copy, 1); in Init_grpc_call_credentials()
Drb_grpc.c77 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self) { in grpc_rb_cannot_init_copy() function
Drb_server.c346 rb_define_method(grpc_rb_cServer, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_server()
Drb_channel.c798 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel()
Drb_call.c971 rb_define_method(grpc_rb_cCall, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_call()