Home
last modified time | relevance | path

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

/third_party/boost/boost/test/tools/
Dassertion_result.hpp68 bool has_empty_message() const { return !m_message; } in has_empty_message()
71 if( !m_message ) in message()
72 m_message.reset( new wrap_stringstream ); in message()
74 return *m_message; in message()
76 … message() const { return !m_message ? const_string() : const_string( m_mes… in message()
80 shared_ptr<wrap_stringstream> m_message; member in boost::test_tools::assertion_result
/third_party/boost/boost/property_tree/detail/
Dfile_parser_error.hpp33 m_message(msg), m_filename(file), m_line(l) in file_parser_error()
50 return m_message; in message()
67 std::string m_message; member in boost::property_tree::file_parser_error
/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/boost/libs/program_options/src/
Dvalue_semantic.cpp266 return m_message.c_str(); in what()
273 std::size_t pos = m_message.find(from.c_str(), 0, from.length()); in replace_token()
277 m_message.replace(pos, from.length(), to); in replace_token()
326 m_message = error_template; in substitute_placeholders()
/third_party/boost/boost/test/
Dunit_test_log_formatter.hpp65 std::string m_message; ///< log checkpoint message member
71 m_message = std::string(); in clear()
/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/boost/boost/test/impl/
Dcompiler_log_formatter.ipp162 if( !checkpoint_data.m_message.empty() )
163 output << ": " << checkpoint_data.m_message;
Dxml_log_formatter.ipp136 << utils::cdata() << checkpoint_data.m_message
Dunit_test_log.ipp157 assign_op( m_checkpoint_data.m_message, msg, 0 );
Djunit_log_formatter.ipp650 << "- message: \"" << checkpoint_data.m_message << "\"" << std::endl
/third_party/boost/libs/log/src/
Dexceptions.cpp47 m_message(descr) in bad_alloc()
52 m_message(descr) in bad_alloc()
62 return m_message.c_str(); in what()
/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/boost/boost/program_options/
Derrors.hpp190 mutable std::string m_message; // For on-demand formatting in 'what' member in boost::program_options::error_with_option_name
/third_party/boost/boost/log/
Dexceptions.hpp72 std::string m_message; member in boost::bad_alloc
/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()