Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.c161 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()
Drb_call.c868 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()
Drb_grpc.h28 extern VALUE grpc_rb_mGrpcCore;
Drb_channel.c758 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()
Drb_server_credentials.c219 rb_define_class_under(grpc_rb_mGrpcCore, "ServerCredentials", rb_cObject); in Init_grpc_server_credentials()
Drb_channel_credentials.c233 grpc_rb_mGrpcCore, "ChannelCredentials", rb_cObject); in Init_grpc_channel_credentials()
Drb_call_credentials.c267 rb_define_class_under(grpc_rb_mGrpcCore, "CallCredentials", rb_cObject); in Init_grpc_call_credentials()
Drb_server.c339 rb_define_class_under(grpc_rb_mGrpcCore, "Server", rb_cObject); in Init_grpc_server()
Drb_compression_options.c431 grpc_rb_mGrpcCore, "CompressionOptions", rb_cObject); in Init_grpc_compression_options()