Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/interop/
Dserver_helper.cc56 InteropServerContextInspector::GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm() function in grpc::testing::InteropServerContextInspector
Dserver_helper.h45 grpc_compression_algorithm GetCallCompressionAlgorithm() const;
Dclient_helper.h54 grpc_compression_algorithm GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm() function
Dinterop_server.cc111 inspector.GetCallCompressionAlgorithm(); in CheckExpectedCompression()
Dinterop_client.cc65 inspector.GetCallCompressionAlgorithm(); in UnaryCompressionChecks()
580 GPR_ASSERT(inspector.GetCallCompressionAlgorithm() > GRPC_COMPRESS_NONE); in DoServerCompressedStreaming()