HomeSort by relevance Sort by last modified time
    Searched refs:XS_CHECK_MSG (Results 1 - 3 of 3) sorted by null

  /external/deqp/execserver/
xsDefs.hpp 87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
xsProtocol.cpp 60 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");
xsProtocol.hpp 92 SimpleMessage (const deUint8* data, size_t dataSize) : Message((MessageType)MsgType) { DE_UNREF(data); XS_CHECK_MSG(dataSize == 0, "No payload expected"); }

Completed in 150 milliseconds