Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dcompression_types.h39 #define GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM \ macro
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc220 !strcmp(GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM, a->args[i].key)) { in grpc_channel_args_get_compression_algorithm()
233 tmp.key = (char*)GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM; in grpc_channel_args_set_compression_algorithm()
/external/grpc-grpc/test/core/channel/
Dchannel_args_test.cc69 GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM) == 0); in test_set_compression_algorithm()
/external/grpc-grpc/src/cpp/common/
Dchannel_arguments.cc84 SetInt(GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM, algorithm); in SetCompressionAlgorithm()
/external/grpc-grpc/src/cpp/server/
Dserver_builder.cc205 args.SetInt(GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM, in BuildAndStart()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c258 key = rb_str_new2(GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM); in grpc_rb_compression_options_to_hash()
/external/grpc-grpc/doc/
Dcompression_cookbook.md91 Use the channel argument key `GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM` (from
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc131 GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM)) { in grpc_channel_create_with_builder()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m234 args[@GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM] = [NSNumber numberWithInt:_compressAlgorithm];
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi135 const char *GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM