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