Home
last modified time | relevance | path

Searched refs:set_compression_algorithm (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/examples/cpp/compression/
DREADME.md55 context.set_compression_algorithm(GRPC_COMPRESS_DEFLATE);
70 context->set_compression_algorithm(GRPC_COMPRESS_DEFLATE);
Dgreeter_server.cc44 context->set_compression_algorithm(GRPC_COMPRESS_DEFLATE); in SayHello()
Dgreeter_client.cc59 context.set_compression_algorithm(GRPC_COMPRESS_DEFLATE); in SayHello()
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_context_impl.h252 void set_compression_algorithm(grpc_compression_algorithm algorithm);
537 using ServerContextBase::set_compression_algorithm;
579 using ServerContextBase::set_compression_algorithm;
Dserver_context.h260 void set_compression_algorithm(grpc_compression_algorithm algorithm);
563 using ServerContextBase::set_compression_algorithm;
606 using ServerContextBase::set_compression_algorithm;
Dclient_context.h349 void set_compression_algorithm(grpc_compression_algorithm algorithm);
Dclient_context_impl.h342 void set_compression_algorithm(grpc_compression_algorithm algorithm);
/third_party/grpc/test/cpp/interop/
Dinterop_client.cc189 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in PerformLargeUnary()
191 context.set_compression_algorithm(GRPC_COMPRESS_NONE); in PerformLargeUnary()
337 probe_context.set_compression_algorithm(GRPC_COMPRESS_NONE); in DoClientCompressedUnary()
488 probe_context.set_compression_algorithm(GRPC_COMPRESS_NONE); in DoClientCompressedStreaming()
515 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in DoClientCompressedStreaming()
/third_party/grpc/src/cpp/client/
Dclient_context.cc133 void ClientContext::set_compression_algorithm( in set_compression_algorithm() function in grpc::ClientContext
/third_party/grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc249 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_P()
Dfilter_end2end_test.cc279 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
Dmessage_allocator_end2end_test.cc172 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
Dgeneric_end2end_test.cc338 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
Dclient_callback_end2end_test.cc185 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
Dend2end_test.cc482 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpc()
/third_party/grpc/src/cpp/server/
Dserver_context.cc336 void ServerContextBase::set_compression_algorithm( in set_compression_algorithm() function in grpc::ServerContextBase
/third_party/grpc/test/cpp/ios/CronetTests/
DCppCronetEnd2EndTests.mm108 context.set_compression_algorithm(GRPC_COMPRESS_GZIP);