Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call_credentials.c37 static VALUE grpc_rb_cCallCredentials = Qnil; variable
194 rb_wrapper = grpc_rb_call_credentials_alloc(grpc_rb_cCallCredentials); in grpc_rb_wrap_call_credentials()
266 grpc_rb_cCallCredentials = in Init_grpc_call_credentials()
270 rb_define_alloc_func(grpc_rb_cCallCredentials, in Init_grpc_call_credentials()
274 rb_define_method(grpc_rb_cCallCredentials, "initialize", in Init_grpc_call_credentials()
276 rb_define_method(grpc_rb_cCallCredentials, "initialize_copy", in Init_grpc_call_credentials()
278 rb_define_method(grpc_rb_cCallCredentials, "compose", in Init_grpc_call_credentials()