Home
last modified time | relevance | path

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

/third_party/grpc/examples/cpp/compression/
Dgreeter_client.cc85 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in main()
DREADME.md46 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP);
/third_party/grpc/include/grpcpp/support/
Dchannel_arguments_impl.h69 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
Dchannel_arguments.h65 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() function in grpc::ChannelArguments