Home
last modified time | relevance | path

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 Drb_grpc.h64 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self);
H A Drb_xds_server_credentials.c152 grpc_rb_cannot_init_copy, 1); in Init_grpc_xds_server_credentials()
H A Drb_xds_channel_credentials.c199 grpc_rb_cannot_init_copy, 1); in Init_grpc_xds_channel_credentials()
H A Drb_server_credentials.c238 grpc_rb_cannot_init_copy, 1); in Init_grpc_server_credentials()
H A Drb_channel_credentials.c259 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel_credentials()
H A Drb_grpc.c84 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE self) { in grpc_rb_cannot_init_copy() function
H A Drb_call_credentials.c327 grpc_rb_cannot_init_copy, 1); in Init_grpc_call_credentials()
H A Drb_server.c383 rb_define_method(grpc_rb_cServer, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_server()
H A Drb_channel.c847 grpc_rb_cannot_init_copy, 1); in Init_grpc_channel()
H A Drb_call.c1004 rb_define_method(grpc_rb_cCall, "initialize_copy", grpc_rb_cannot_init_copy, in Init_grpc_call()