Home | History | Annotate | Download | only in execserver

Lines Matching refs:deUint8

50 	MessageParser (const deUint8* data, int dataSize)
86 const deUint8* m_data;
94 MessageWriter (MessageType msgType, std::vector<deUint8>& buf)
128 std::vector<deUint8>& m_buf;
141 void Message::parseHeader (const deUint8* data, int dataSize, MessageType& type, int& size)
149 void Message::writeHeader (MessageType type, int messageSize, deUint8* dst, int bufSize)
158 void Message::writeNoData (vector<deUint8>& buf) const
163 HelloMessage::HelloMessage (const deUint8* data, int dataSize)
171 void HelloMessage::write (vector<deUint8>& buf) const
177 TestMessage::TestMessage (const deUint8* data, int dataSize)
185 void TestMessage::write (vector<deUint8>& buf) const
191 ExecuteBinaryMessage::ExecuteBinaryMessage (const deUint8* data, int dataSize)
202 void ExecuteBinaryMessage::write (vector<deUint8>& buf) const
211 ProcessLogDataMessage::ProcessLogDataMessage (const deUint8* data, int dataSize)
219 void ProcessLogDataMessage::write (vector<deUint8>& buf) const
225 ProcessLaunchFailedMessage::ProcessLaunchFailedMessage (const deUint8* data, int dataSize)
233 void ProcessLaunchFailedMessage::write (vector<deUint8>& buf) const
239 ProcessFinishedMessage::ProcessFinishedMessage (const deUint8* data, int dataSize)
247 void ProcessFinishedMessage::write (vector<deUint8>& buf) const
253 InfoMessage::InfoMessage (const deUint8* data, int dataSize)
261 void InfoMessage::write (vector<deUint8>& buf) const