Searched refs:grpc_rb_cannot_init_copy (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc.h | 65 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self);
|
D | rb_server_credentials.c | 229 grpc_rb_cannot_init_copy, 1); in Init_grpc_server_credentials()
|
D | rb_channel_credentials.c | 243 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel_credentials()
|
D | rb_call_credentials.c | 277 grpc_rb_cannot_init_copy, 1); in Init_grpc_call_credentials()
|
D | rb_grpc.c | 77 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self) { in grpc_rb_cannot_init_copy() function
|
D | rb_server.c | 346 rb_define_method(grpc_rb_cServer, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_server()
|
D | rb_channel.c | 798 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel()
|
D | rb_call.c | 971 rb_define_method(grpc_rb_cCall, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_call()
|