Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c40 static VALUE id_compress_level_low = Qnil; variable
131 } else if (id_compress_level_low == SYM2ID(level_name)) { in grpc_rb_compression_options_level_name_to_value_internal()
278 return ID2SYM(id_compress_level_low); in grpc_rb_compression_options_level_value_to_name_internal()
465 id_compress_level_low = rb_intern("low"); in Init_grpc_compression_options()