Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dcompression_types.h51 #define GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET \ macro
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc247 !strcmp(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET, in find_compression_algorithm_states_bitset()
283 tmp.key = (char*)GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET; in grpc_channel_args_compression_algorithm_set_state()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi184 GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET,
Dgrpc.pxi137 const char *GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET
/external/grpc-grpc/src/cpp/server/
Dserver_builder.cc198 args.SetInt(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET, in BuildAndStart()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c263 key = rb_str_new2(GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET); in grpc_rb_compression_options_to_hash()
/external/grpc-grpc/doc/
Dcompression_cookbook.md68 `GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET` (from
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc139 GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET)) { in grpc_channel_create_with_builder()