Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c227 grpc_compression_options* compression_options, VALUE algorithm_name) { in grpc_rb_compression_options_disable_algorithm() argument
232 grpc_compression_options_disable_algorithm(compression_options, in grpc_rb_compression_options_disable_algorithm()
240 grpc_compression_options* compression_options = NULL; in grpc_rb_compression_options_to_hash() local
247 compression_options = wrapper->wrapped; in grpc_rb_compression_options_to_hash()
251 if (compression_options->default_level.is_set) { in grpc_rb_compression_options_to_hash()
253 value = INT2NUM((int)compression_options->default_level.level); in grpc_rb_compression_options_to_hash()
257 if (compression_options->default_algorithm.is_set) { in grpc_rb_compression_options_to_hash()
259 value = INT2NUM((int)compression_options->default_algorithm.algorithm); in grpc_rb_compression_options_to_hash()
264 value = INT2NUM((int)compression_options->enabled_algorithms_bitset); in grpc_rb_compression_options_to_hash()
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc63 grpc_compression_options compression_options; member
120 grpc_compression_options_init(&channel->compression_options); in grpc_channel_create_with_builder()
124 channel->compression_options.default_level.is_set = true; in grpc_channel_create_with_builder()
125 channel->compression_options.default_level.level = in grpc_channel_create_with_builder()
132 channel->compression_options.default_algorithm.is_set = true; in grpc_channel_create_with_builder()
133 channel->compression_options.default_algorithm.algorithm = in grpc_channel_create_with_builder()
140 channel->compression_options.enabled_algorithms_bitset = in grpc_channel_create_with_builder()
469 return channel->compression_options; in grpc_channel_compression_options()
Dcall.cc1354 const grpc_compression_options compression_options = in validate_filtered_metadata() local
1362 &compression_options, compression_algorithm) == 0) { in validate_filtered_metadata()
/external/tensorflow/tensorflow/python/lib/io/
Dpy_record_writer.h41 const io::RecordWriterOptions& compression_options,
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb104 compression_options =
106 compression_channel_args = compression_options.to_channel_arg_hash