Searched refs:m_str (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp51 m_str = "ERROR: ";
52 m_str += pcsz;
69 Utf8Str m_str; member in struct:MyError
338 RTPrintf("%s", e.m_str.c_str());
371 RTPrintf("%s", e.m_str.c_str());
/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp38 const char *m_str; member in class:QMException
40 QMException(const char *str) : m_str(str) {}
41 virtual const char *what() const throw() { return m_str; }

Completed in 44 milliseconds