Lines Matching defs:expr

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()
82 TestException::TestException(const char *message, const char *expr, const char *file, int line, qpT… in TestException()
92 TestError::TestError(const char *message, const char *expr, const char *file, int line, qpTestResul… in TestError()
97 TestError::TestError(const char *message, const char *expr, const char *file, int line) in TestError()
101 TestError::TestError(const std::string &message, const char *expr, const char *file, int line) 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, const char *expr, const char *file, int li… in InternalError()
124 ResourceError::ResourceError(const char *message, const char *expr, const char *file, int line) in ResourceError()
133 NotSupportedError::NotSupportedError(const char *message, const char *expr, const char *file, int l… in NotSupportedError()
138 NotSupportedError::NotSupportedError(const std::string &message, const char *expr, const char *file… in NotSupportedError()
147 QualityWarning::QualityWarning(const char *message, const char *expr, const char *file, int line) in QualityWarning()
152 QualityWarning::QualityWarning(const std::string &message, const char *expr, const char *file, int … in QualityWarning()