Searched refs:grpc_rb_mGrpcCore (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc.c | 161 rb_define_module_under(grpc_rb_mGrpcCore, "StatusCodes"); in Init_grpc_status_codes() 234 rb_define_module_under(grpc_rb_mGrpcCore, "TimeConsts"); in Init_grpc_time_consts() 236 rb_define_class_under(grpc_rb_mGrpcCore, "TimeSpec", rb_cObject); in Init_grpc_time_consts() 292 VALUE grpc_rb_mGrpcCore = Qnil; variable 352 grpc_rb_mGrpcCore = rb_define_module_under(grpc_rb_mGRPC, "Core"); in Init_grpc_c()
|
D | rb_call.c | 868 rb_define_module_under(grpc_rb_mGrpcCore, "WriteFlags"); in Init_grpc_write_flags() 878 rb_define_module_under(grpc_rb_mGrpcCore, "RpcErrors"); in Init_grpc_error_codes() 932 VALUE grpc_rb_mCallOps = rb_define_module_under(grpc_rb_mGrpcCore, "CallOps"); in Init_grpc_op_codes() 953 rb_define_module_under(grpc_rb_mGrpcCore, "MetadataKeys"); in Init_grpc_metadata_keys() 961 rb_define_class_under(grpc_rb_mGrpcCore, "CallError", rb_eException); in Init_grpc_call() 963 rb_define_class_under(grpc_rb_mGrpcCore, "OutOfTime", rb_eException); in Init_grpc_call() 964 grpc_rb_cCall = rb_define_class_under(grpc_rb_mGrpcCore, "Call", rb_cObject); in Init_grpc_call() 966 rb_define_class_under(grpc_rb_mGrpcCore, "MetadataArray", rb_cObject); in Init_grpc_call()
|
D | rb_grpc.h | 28 extern VALUE grpc_rb_mGrpcCore;
|
D | rb_channel.c | 758 rb_define_module_under(grpc_rb_mGrpcCore, "PropagateMasks"); in Init_grpc_propagate_masks() 774 rb_define_module_under(grpc_rb_mGrpcCore, "ConnectivityStates"); in Init_grpc_connectivity_states() 790 rb_define_class_under(grpc_rb_mGrpcCore, "Channel", rb_cObject); in Init_grpc_channel()
|
D | rb_server_credentials.c | 219 rb_define_class_under(grpc_rb_mGrpcCore, "ServerCredentials", rb_cObject); in Init_grpc_server_credentials()
|
D | rb_channel_credentials.c | 233 grpc_rb_mGrpcCore, "ChannelCredentials", rb_cObject); in Init_grpc_channel_credentials()
|
D | rb_call_credentials.c | 267 rb_define_class_under(grpc_rb_mGrpcCore, "CallCredentials", rb_cObject); in Init_grpc_call_credentials()
|
D | rb_server.c | 339 rb_define_class_under(grpc_rb_mGrpcCore, "Server", rb_cObject); in Init_grpc_server()
|
D | rb_compression_options.c | 431 grpc_rb_mGrpcCore, "CompressionOptions", rb_cObject); in Init_grpc_compression_options()
|