Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c683 static void grpc_run_batch_stack_fill_ops(run_batch_stack* st, VALUE ops_hash) { in grpc_run_batch_stack_fill_ops() argument
690 rb_hash_foreach(ops_hash, grpc_rb_call_check_op_keys_hash_cb, ops_ary); in grpc_run_batch_stack_fill_ops()
695 this_value = rb_hash_aref(ops_hash, this_op); in grpc_run_batch_stack_fill_ops()
812 static VALUE grpc_rb_call_run_batch(VALUE self, VALUE ops_hash) { in grpc_rb_call_run_batch() argument
830 if (TYPE(ops_hash) != T_HASH) { in grpc_rb_call_run_batch()
839 grpc_run_batch_stack_fill_ops(st, ops_hash); in grpc_rb_call_run_batch()