Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dserver_helper.cc58 InteropServerContextInspector::GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm() function in grpc::testing::InteropServerContextInspector
H A Dserver_helper.h44 grpc_compression_algorithm GetCallCompressionAlgorithm() const;
H A Dclient_helper.h56 grpc_compression_algorithm GetCallCompressionAlgorithm() const { in GetCallCompressionAlgorithm() function
H A Dinterop_client.cc74 inspector.GetCallCompressionAlgorithm(); in UnaryCompressionChecks()
641 GPR_ASSERT(inspector.GetCallCompressionAlgorithm() > GRPC_COMPRESS_NONE); in DoServerCompressedStreaming()
H A Dinterop_server.cc116 inspector.GetCallCompressionAlgorithm(); in CheckExpectedCompression()