Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c241 VALUE channel_arg_hash = rb_hash_new(); in grpc_rb_compression_options_to_hash() local
254 rb_hash_aset(channel_arg_hash, key, value); in grpc_rb_compression_options_to_hash()
260 rb_hash_aset(channel_arg_hash, key, value); in grpc_rb_compression_options_to_hash()
265 rb_hash_aset(channel_arg_hash, key, value); in grpc_rb_compression_options_to_hash()
267 return channel_arg_hash; in grpc_rb_compression_options_to_hash()