Searched refs:grpc_rb_cannot_init_copy (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_grpc.h | 64 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self);
|
H A D | rb_xds_server_credentials.c | 152 grpc_rb_cannot_init_copy, 1); in Init_grpc_xds_server_credentials()
|
H A D | rb_xds_channel_credentials.c | 199 grpc_rb_cannot_init_copy, 1); in Init_grpc_xds_channel_credentials()
|
H A D | rb_server_credentials.c | 238 grpc_rb_cannot_init_copy, 1); in Init_grpc_server_credentials()
|
H A D | rb_channel_credentials.c | 259 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel_credentials()
|
H A D | rb_grpc.c | 84 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self) { in grpc_rb_cannot_init_copy() function
|
H A D | rb_call_credentials.c | 327 grpc_rb_cannot_init_copy, 1); in Init_grpc_call_credentials()
|
H A D | rb_server.c | 383 rb_define_method(grpc_rb_cServer, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_server()
|
H A D | rb_channel.c | 847 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel()
|
H A D | rb_call.c | 1004 rb_define_method(grpc_rb_cCall, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_call()
|