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

/external/deqp/execserver/
H A DxsDefs.hpp87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse()) macro
H A DxsProtocol.cpp60 XS_CHECK_MSG(m_pos + sizeof(T) <= m_size, "Invalid payload size");
73 XS_CHECK_MSG(m_pos < m_size, "Unterminated string payload");
143 XS_CHECK_MSG(dataSize >= MESSAGE_HEADER_SIZE, "Incomplete header");
151 XS_CHECK_MSG(bufSize >= MESSAGE_HEADER_SIZE, "Incomplete header");
H A DxsProtocol.hpp92 SimpleMessage (const deUint8* data, size_t dataSize) : Message((MessageType)MsgType) { DE_UNREF(data); XS_CHECK_MSG(dataSize == 0, "No payload expected"); }

Completed in 79 milliseconds