Searched defs:MagicLength (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp29 static const size_t MagicLength = 16; variable
30 static const uint8_t Magic[MagicLength] = {
124 checkSize(MagicLength);
125 if (memcmp(&(*m_iter), Magic, MagicLength)) throw QMException("Wrong magic number");
126 m_iter += MagicLength;

Completed in 34 milliseconds