Searched refs:SetCompressionAlgorithm (Results 1 – 4 of 4) sorted by relevance
85 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in main()
46 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP);
69 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() function in grpc_impl::ChannelArguments