Lines Matching defs:message
50 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError()
64 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception()
70 Exception::Exception (const std::string& message) in Exception()
76 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException()
82 TestException::TestException (const std::string& message, qpTestResult result) in TestException()
88 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError()
93 TestError::TestError (const std::string& message) in TestError()
98 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
103 InternalError::InternalError (const std::string& message) in InternalError()
108 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
113 ResourceError::ResourceError (const std::string& message) in ResourceError()
118 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError()
123 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError()