Searched refs:set_compression_algorithm (Results 1 – 11 of 11) sorted by relevance
185 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in PerformLargeUnary()187 context.set_compression_algorithm(GRPC_COMPRESS_NONE); in PerformLargeUnary()314 probe_context.set_compression_algorithm(GRPC_COMPRESS_NONE); in DoClientCompressedUnary()466 probe_context.set_compression_algorithm(GRPC_COMPRESS_NONE); in DoClientCompressedStreaming()493 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in DoClientCompressedStreaming()
97 void ClientContext::set_compression_algorithm( in set_compression_algorithm() function in grpc::ClientContext
193 void ServerContext::set_compression_algorithm( in set_compression_algorithm() function in grpc::ServerContext
254 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_P()
85 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
268 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
271 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
353 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpc()
203 void set_compression_algorithm(grpc_compression_algorithm algorithm);
304 void set_compression_algorithm(grpc_compression_algorithm algorithm);
1074 rpc_options->set_compression_algorithm("deflate"); in TEST()