Home
last modified time | relevance | path

Searched refs:m_message (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuResultCollector.cpp56 , m_message ("Pass") in ResultCollector()
64 , m_message ("Pass") in ResultCollector()
84 m_message = msg; in addResult()
DtcuResultCollector.hpp50 const std::string getMessage (void) const { return m_message; } in getMessage()
64 std::string m_message; member in tcu::ResultCollector
DtcuThreadUtil.hpp116 Message (deUint64 time, const char* message) : m_time(time), m_message(message) {} in Message()
119 const std::string& getMessage (void) const { return m_message; } in getMessage()
125 std::string m_message; member in tcu::ThreadUtil::Message
DtcuDefs.hpp58 const char* getMessage (void) const { return m_message.what(); } in getMessage()
63 const std::runtime_error m_message; member in tcu::Exception
DtcuDefs.cpp74 , m_message (message ? message : "Runtime check failed") in Exception()
80 , m_message (message) in Exception()
/third_party/vk-gl-cts/modules/egl/
DteglImageUtil.cpp521 …UnsupportedImageSource (const string& message, GLenum format, bool isYUV) : m_message(message), m_… in UnsupportedImageSource()
528 const string m_message; member in deqp::egl::Image::UnsupportedImageSource
531 void fail (void) const { TCU_THROW(NotSupportedError, m_message.c_str()); } in fail()
DteglMultiThreadTests.cpp82 ThreadLog& operator<< (const T& t) { m_message << t; return *this; } in operator <<()
89 ostringstream m_message; member in deqp::egl::ThreadLog
95 m_messages.push_back(Message(deGetMicroseconds(), m_message.str().c_str())); in operator <<()
96 m_message.str(""); in operator <<()
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp798 const char* m_message; member in deqp::gls::LifetimeTests::details::ResultCollector
805 , m_message ("Pass") in ResultCollector()
822 m_message = msg; in addResult()
828 m_message = "Multiple problems, see log for details"; in addResult()
844 m_testCtx.setTestResult(m_result, m_message); in ~ResultCollector()
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_cpp.template77 , m_message(message) { }
98 m_backendImpl->get()->channel()->fallThrough(m_callId, m_method, m_message);
DDispatcherBase_h.template83 ProtocolMessage m_message;
/third_party/libfuse/example/
Dcxxopts.hpp328 : m_message(message) in OptionException()
335 return m_message.c_str(); in what()
339 std::string m_message; member in cxxopts::OptionException
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp318 std::string m_message; member in gl4cts::EnhancedLayouts::Utils::Shader::InvalidSourceException
368 std::string m_message; member in gl4cts::EnhancedLayouts::Utils::Shader::CompilationException
Dgl4cEnhancedLayoutsTests.cpp2533 m_message = message; in CompilationException()
2542 return m_message.c_str(); in what()
2551 : m_message(error_message), m_source(source), m_stage(stage) in InvalidSourceException()
2567 …estContext().getLog() << tcu::TestLog::Message << "Failed to compile shader: " << m_message.c_str() in log()
/third_party/libabigail/tests/lib/
Dcatch.hpp3401 std::string m_message; member in Catch::Matchers::Exception::ExceptionMessageMatcher
3405 m_message(message) in ExceptionMessageMatcher()
11432 return ex.what() == m_message; in match()
11436 return "exception message matches \"" + m_message + "\""; in describe()