Lines Matching refs:inspector
53 void NoopChecks(const InteropClientContextInspector& inspector, in NoopChecks() argument
56 void UnaryCompressionChecks(const InteropClientContextInspector& inspector, in UnaryCompressionChecks() argument
60 inspector.GetCallCompressionAlgorithm(); in UnaryCompressionChecks()
69 GPR_ASSERT(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS); in UnaryCompressionChecks()
72 GPR_ASSERT(!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)); in UnaryCompressionChecks()
179 InteropClientContextInspector inspector(context); in PerformLargeUnary() local
196 custom_checks_fn(inspector, request, response); in PerformLargeUnary()
529 InteropClientContextInspector inspector(context); in DoServerCompressedStreaming() local
559 GPR_ASSERT(inspector.GetCallCompressionAlgorithm() > GRPC_COMPRESS_NONE); in DoServerCompressedStreaming()
560 GPR_ASSERT(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS); in DoServerCompressedStreaming()
563 GPR_ASSERT(!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)); in DoServerCompressedStreaming()