Home
last modified time | relevance | path

Searched defs:message_ (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/kyua/utils/process/
H A Dexceptions.cpp57 process::system_error::system_error(const std::string& message_, in system_error()
82 process::timeout_error::timeout_error(const std::string& message_) : in timeout_error()
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-assertion-result.h220 std::unique_ptr< ::std::string> message_; variable
H A Dgtest-test-part.h124 std::string message_; // The test failure message. variable
/freebsd-src/contrib/kyua/utils/signals/
H A Dexceptions.cpp83 signals::system_error::system_error(const std::string& message_, in system_error()
/freebsd-src/contrib/kyua/utils/sqlite/
H A Dexceptions.cpp108 const std::string& message_) : in api_error()
/freebsd-src/contrib/kyua/utils/fs/
H A Dexceptions.cpp127 fs::system_error::system_error(const std::string& message_, const int errno_) : in system_error()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h38 const std::string message_; member