Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c812 static VALUE grpc_rb_call_run_batch(VALUE self, VALUE ops_hash) { in grpc_rb_call_run_batch() function
975 rb_define_method(grpc_rb_cCall, "run_batch", grpc_rb_call_run_batch, 1); in Init_grpc_call()