Home
last modified time | relevance | path

Searched refs:GetMessageFlags (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dclient_helper.h52 uint32_t GetMessageFlags() const { in GetMessageFlags() function
Dserver_helper.cc63 uint32_t InteropServerContextInspector::GetMessageFlags() const { in GetMessageFlags() function in grpc::testing::InteropServerContextInspector
Dserver_helper.h47 uint32_t GetMessageFlags() const;
Dinterop_server.cc121 if (!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)) { in CheckExpectedCompression()
129 if (inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS) { in CheckExpectedCompression()
Dinterop_client.cc69 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()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h265 VkDebugReportFlagsEXT GetMessageFlags() const;
Dlayer_validation_tests.cpp106 if (msgFlags & errMonitor->GetMessageFlags()) { in myDbgFunc()
692 VkDebugReportFlagsEXT ErrorMonitor::GetMessageFlags() const { return message_flags_; } in GetMessageFlags() function in ErrorMonitor