Searched refs:grpc_rb_mCallOps (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 932 VALUE grpc_rb_mCallOps = rb_define_module_under(grpc_rb_mGrpcCore, "CallOps"); in Init_grpc_op_codes() local 933 rb_define_const(grpc_rb_mCallOps, "SEND_INITIAL_METADATA", in Init_grpc_op_codes() 935 rb_define_const(grpc_rb_mCallOps, "SEND_MESSAGE", in Init_grpc_op_codes() 937 rb_define_const(grpc_rb_mCallOps, "SEND_CLOSE_FROM_CLIENT", in Init_grpc_op_codes() 939 rb_define_const(grpc_rb_mCallOps, "SEND_STATUS_FROM_SERVER", in Init_grpc_op_codes() 941 rb_define_const(grpc_rb_mCallOps, "RECV_INITIAL_METADATA", in Init_grpc_op_codes() 943 rb_define_const(grpc_rb_mCallOps, "RECV_MESSAGE", in Init_grpc_op_codes() 945 rb_define_const(grpc_rb_mCallOps, "RECV_STATUS_ON_CLIENT", in Init_grpc_op_codes() 947 rb_define_const(grpc_rb_mCallOps, "RECV_CLOSE_ON_SERVER", in Init_grpc_op_codes()
|