Go to the source code of this file.
Functions | |
grpc_channel_credentials * | grpc_rb_get_wrapped_channel_credentials (VALUE v) |
bool | grpc_rb_is_channel_credentials (VALUE v) |
void | Init_grpc_channel_credentials () |
grpc_channel_credentials* grpc_rb_get_wrapped_channel_credentials | ( | VALUE | v | ) |
Definition at line 275 of file rb_channel_credentials.c.
bool grpc_rb_is_channel_credentials | ( | VALUE | v | ) |
Definition at line 284 of file rb_channel_credentials.c.
void Init_grpc_channel_credentials | ( | ) |
Definition at line 248 of file rb_channel_credentials.c.