Home
last modified time | relevance | path

Searched refs:SimpleMessage (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsProtocol.hpp89 class SimpleMessage : public Message class
92 SimpleMessage (const deUint8* data, size_t dataSize) : Message((MessageType)MsgType) { DE_UNREF(data); XS_CHECK_MSG(dataSize == 0, "No payload expected"); } in SimpleMessage() function in xs::SimpleMessage
93 SimpleMessage (void) : Message((MessageType)MsgType) {} in SimpleMessage() function in xs::SimpleMessage
94 ~SimpleMessage (void) {} in ~SimpleMessage()
99 typedef SimpleMessage<MESSAGETYPE_STOP_EXECUTION> StopExecutionMessage;
100 typedef SimpleMessage<MESSAGETYPE_PROCESS_STARTED> ProcessStartedMessage;
101 typedef SimpleMessage<MESSAGETYPE_KEEPALIVE> KeepAliveMessage;
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc299 TEST_F(ParseMessageTest, SimpleMessage) { in TEST_F()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc217 TEST_P(ProtoStreamObjectWriterTest, SimpleMessage) { in TEST_P()

Completed in 13 milliseconds