Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c42 static VALUE id_compress_level_high = Qnil; variable
135 } else if (id_compress_level_high == SYM2ID(level_name)) { in grpc_rb_compression_options_level_name_to_value_internal()
282 return ID2SYM(id_compress_level_high); in grpc_rb_compression_options_level_value_to_name_internal()
467 id_compress_level_high = rb_intern("high"); in Init_grpc_compression_options()