Home
last modified time | relevance | path

Searched refs:GetCallCompressionAlgorithm (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dclient_helper.h48 grpc_compression_algorithm GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm() function
Dserver_helper.cc55 InteropServerContextInspector::GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm() function in grpc::testing::InteropServerContextInspector
Dserver_helper.h45 grpc_compression_algorithm GetCallCompressionAlgorithm() const;
Dinterop_server.cc112 inspector.GetCallCompressionAlgorithm(); in CheckExpectedCompression()
Dinterop_client.cc60 inspector.GetCallCompressionAlgorithm(); in UnaryCompressionChecks()
559 GPR_ASSERT(inspector.GetCallCompressionAlgorithm() > GRPC_COMPRESS_NONE); in DoServerCompressedStreaming()