Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dcompression_types.h43 #define GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL "grpc.default_compression_level" macro
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc69 args.SetInt(GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL, in GetChannelArguments()
76 args.SetInt(GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL, in GetChannelArguments()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c252 key = rb_str_new2(GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL); in grpc_rb_compression_options_to_hash()
/external/grpc-grpc/src/cpp/server/
Dserver_builder.cc201 args.SetInt(GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL, in BuildAndStart()
/external/grpc-grpc/doc/
Dcompression_cookbook.md84 Use the channel argument key `GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL` (from
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc123 strcmp(args->args[i].key, GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL)) { in grpc_channel_create_with_builder()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi136 const char *GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL