/third_party/boost/boost/test/tools/ |
D | assertion_result.hpp | 68 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/ |
D | file_parser_error.hpp | 33 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/ |
D | tcuResultCollector.cpp | 56 , m_message ("Pass") in ResultCollector() 64 , m_message ("Pass") in ResultCollector() 84 m_message = msg; in addResult()
|
D | tcuResultCollector.hpp | 50 const std::string getMessage (void) const { return m_message; } in getMessage() 64 std::string m_message; member in tcu::ResultCollector
|
D | tcuThreadUtil.hpp | 116 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
|
D | tcuDefs.hpp | 58 const char* getMessage (void) const { return m_message.what(); } in getMessage() 63 const std::runtime_error m_message; member in tcu::Exception
|
D | tcuDefs.cpp | 74 , m_message (message ? message : "Runtime check failed") in Exception() 80 , m_message (message) in Exception()
|
/third_party/boost/libs/program_options/src/ |
D | value_semantic.cpp | 266 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/ |
D | unit_test_log_formatter.hpp | 65 std::string m_message; ///< log checkpoint message member 71 m_message = std::string(); in clear()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageUtil.cpp | 521 …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()
|
D | teglMultiThreadTests.cpp | 82 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/ |
D | compiler_log_formatter.ipp | 162 if( !checkpoint_data.m_message.empty() ) 163 output << ": " << checkpoint_data.m_message;
|
D | xml_log_formatter.ipp | 136 << utils::cdata() << checkpoint_data.m_message
|
D | unit_test_log.ipp | 157 assign_op( m_checkpoint_data.m_message, msg, 0 );
|
D | junit_log_formatter.ipp | 650 << "- message: \"" << checkpoint_data.m_message << "\"" << std::endl
|
/third_party/boost/libs/log/src/ |
D | exceptions.cpp | 47 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/ |
D | glsLifetimeTests.cpp | 798 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/ |
D | DispatcherBase_cpp.template | 77 , m_message(message) { } 98 m_backendImpl->get()->channel()->fallThrough(m_callId, m_method, m_message);
|
D | DispatcherBase_h.template | 83 ProtocolMessage m_message;
|
/third_party/boost/boost/program_options/ |
D | errors.hpp | 190 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/ |
D | exceptions.hpp | 72 std::string m_message; member in boost::bad_alloc
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 318 std::string m_message; member in gl4cts::EnhancedLayouts::Utils::Shader::InvalidSourceException 368 std::string m_message; member in gl4cts::EnhancedLayouts::Utils::Shader::CompilationException
|
D | gl4cEnhancedLayoutsTests.cpp | 2533 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()
|