Searched refs:SetCompressionAlgorithm (Results 1 – 3 of 3) sorted by relevance
68 args.SetCompressionAlgorithm(GRPC_COMPRESS_DEFLATE); in GetChannelArguments()75 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in GetChannelArguments()
65 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() function in grpc::ChannelArguments