Searched refs:GetMessageFlags (Results 1 – 6 of 6) sorted by relevance
52 uint32_t GetMessageFlags() const { in GetMessageFlags() function
63 uint32_t InteropServerContextInspector::GetMessageFlags() const { in GetMessageFlags() function in grpc::testing::InteropServerContextInspector
47 uint32_t GetMessageFlags() const;
121 if (!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)) { in CheckExpectedCompression()129 if (inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS) { in CheckExpectedCompression()
69 GPR_ASSERT(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS); in UnaryCompressionChecks()72 GPR_ASSERT(!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)); in UnaryCompressionChecks()560 GPR_ASSERT(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS); in DoServerCompressedStreaming()563 GPR_ASSERT(!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)); in DoServerCompressedStreaming()
352 VkDebugReportFlagsEXT GetMessageFlags() const { return message_flags_; } in GetMessageFlags() function in ErrorMonitor433 if (msgFlags & errMonitor->GetMessageFlags()) { in myDbgFunc()