Home
last modified time | relevance | path

Searched refs:SetCompressionAlgorithm (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_channel.cc115 args.SetCompressionAlgorithm(GRPC_COMPRESS_DEFLATE); in GetChannelArguments()
122 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in GetChannelArguments()
/aosp_15_r20/external/grpc-grpc/examples/cpp/compression/
H A Dgreeter_client.cc85 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in main()
H A DREADME.md46 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dchannel_arguments.h65 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dchannel_arguments.h65 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dchannel_arguments.h65 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc84 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() function in grpc::ChannelArguments
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dchannel_arguments.cc85 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() function in grpc::ChannelArguments