Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/compression/
Dcompression.cc113 opts->enabled_algorithms_bitset = (1u << GRPC_COMPRESS_ALGORITHMS_COUNT) - 1; in grpc_compression_options_init()
118 GPR_BITSET(&opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_enable_algorithm()
123 GPR_BITCLEAR(&opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_disable_algorithm()
129 return GPR_BITGET(opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_is_algorithm_enabled()
/external/grpc-grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc77 uint32_t enabled_algorithms_bitset; member
128 if (GPR_UNLIKELY(!GPR_BITGET(channeld->enabled_algorithms_bitset, in process_send_initial_metadata()
454 channeld->enabled_algorithms_bitset = in init_channel_elem()
460 if (!GPR_BITGET(channeld->enabled_algorithms_bitset, in init_channel_elem()
470 channeld->enabled_algorithms_bitset) | in init_channel_elem()
/external/grpc-grpc/include/grpc/impl/codegen/
Dcompression_types.h82 uint32_t enabled_algorithms_bitset; member
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi185 self.c_options.enabled_algorithms_bitset,
Dgrpc.pxi587 uint32_t enabled_algorithms_bitset
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c264 value = INT2NUM((int)compression_options->enabled_algorithms_bitset); in grpc_rb_compression_options_to_hash()
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc140 channel->compression_options.enabled_algorithms_bitset = in grpc_channel_create_with_builder()