Lines Matching +defs:format +defs:message
34 void die (const char* format, ...) in die()
42 void print (const char* format, ...) in print()
50 void printError (const char* format, ...) in printError()
58 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError()
72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception()
78 Exception::Exception (const std::string& message) in Exception()
84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException()
90 TestException::TestException (const std::string& message, qpTestResult result) in TestException()
96 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError()
100 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError()
105 TestError::TestError (const std::string& message) in TestError()
110 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
115 InternalError::InternalError (const std::string& message) in InternalError()
120 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
125 ResourceError::ResourceError (const std::string& message) in ResourceError()
130 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError()
135 NotSupportedError::NotSupportedError (const std::string& message, const char* expr, const char* fil… in NotSupportedError()
140 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError()