• Home
  • Raw
  • Download

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()
92 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError()
97 TestError::TestError (const std::string& message) in TestError()
102 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
107 InternalError::InternalError (const std::string& message) in InternalError()
112 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
117 ResourceError::ResourceError (const std::string& message) in ResourceError()
122 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError()
127 NotSupportedError::NotSupportedError (const std::string& message, const char* expr, const char* fil… in NotSupportedError()
132 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError()