Home
last modified time | relevance | path

Searched refs:m_what (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/graphics/libopenraw/libopenraw-0.3.0/lib/
H A Dexception.hpp36 std::string m_what; member in OpenRaw::Internals::Exception
40 m_what() in Exception()
44 m_what(w) in Exception()
50 if(m_what.empty()) { in what()
53 return m_what.c_str(); in what()
67 if(m_what.empty()) { in what()
70 return m_what.c_str(); in what()
82 if(m_what.empty()) { in what()
96 if(m_what.empty()) { in what()
109 if(m_what.empty()) { in what()
[all …]
/dports/games/fillets-ng/fillets-ng-1.0.1/src/gengine/
H A DExInfo.cpp19 : m_what(problem) in ExInfo()
31 return m_what.c_str(); in what()
44 m_what.append("; "); in addInfo()
45 m_what.append(name); in addInfo()
46 m_what.append("='"); in addInfo()
47 m_what.append(value); in addInfo()
48 m_what.append("'"); in addInfo()
61 m_what.append("; "); in addInfo()
62 m_what.append(name); in addInfo()
63 m_what.append("="); in addInfo()
[all …]
/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgexception.cpp29 m_what(what?what:"") in Exception()
34 m_what(what) in Exception()
39 m_what(what) in Exception()
45 m_what(what) in Exception()
51 m_what(what) in Exception()
64 return m_what.c_str() ; in what()
71 m_what += std::string(": ") ; in append()
72 m_what += std::string(more) ; in append()
80 m_what += std::string(": ") ; in append()
81 m_what += std::string(more) ; in append()
[all …]
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/details/
H A Dios_helpers.hpp32 const std::string_view m_what; member
38 : m_what( what ) in length_limited_string()
46 if( v.m_what.size() > v.m_limit ) in operator <<()
50 to << v.m_what.substr( 0, median ) in operator <<()
52 << v.m_what.substr( v.m_what.size() - median + 3 ); in operator <<()
55 to << v.m_what; in operator <<()
68 const void * m_what; member
70 pointer( const void * what ) : m_what{ what } {} in pointer()
78 reinterpret_cast< const char * >(v.m_what) - in operator <<()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudiostream/bqaudiostream/
H A DExceptions.h52 virtual const char *what() const throw() { return m_what.c_str(); }
56 std::string m_what;
68 virtual const char *what() const throw() { return m_what.c_str(); }
72 std::string m_what;
84 virtual const char *what() const throw() { return m_what.c_str(); }
87 std::string m_what;
99 virtual const char *what() const throw() { return m_what.c_str(); }
102 std::string m_what;
114 virtual const char *what() const throw() { return m_what.c_str(); }
118 std::string m_what;
[all …]
/dports/net/arataga/oess-2.2.3/dev/test/h/
H A Dbinary_str_proxy.hpp39 const std::string & m_what; member
42 binary_str_proxy( const std::string & what ) : m_what(what) {} in binary_str_proxy()
47 return m_what == o.m_what; in operator ==()
53 return m_what != o.m_what; in operator !=()
60 return (to << cpp_util_2::hex_dumps::string_dumper_without_spaces(b.m_what)); in operator <<()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudiostream/src/
H A DAudioStreamExceptions.cpp45 m_what = "File \"" + file + "\" not found"; in FileNotFound()
51 m_what = "Failed to write file \"" + file + "\""; in FailedToWriteFile()
57 m_what = "Failed to read file \"" + file + "\""; in FileReadFailed()
65 m_what = "File operation \"" + op + "\" failed for file \"" + file + "\""; in FileOperationFailed()
73 m_what = "File operation \"" + op + "\" failed for file \"" + file + "\""; in FileOperationFailed()
74 if (m_explanation != "") m_what += ": " + m_explanation; in FileOperationFailed()
79 m_what = "Invalid file format for file \"" + file + "\": " + how; in InvalidFileFormat()
84 m_what = "Unknown file type for file \"" + file + "\""; in UnknownFileType()
/dports/devel/boost-docs/boost_1_72_0/libs/filesystem/src/
H A Dexception.cpp83 if (m_imp_ptr->m_what.empty()) in what()
85 m_imp_ptr->m_what = system::system_error::what(); in what()
88 m_imp_ptr->m_what += ": \""; in what()
89 m_imp_ptr->m_what += m_imp_ptr->m_path1.string(); in what()
90 m_imp_ptr->m_what += "\""; in what()
94 m_imp_ptr->m_what += ", \""; in what()
95 m_imp_ptr->m_what += m_imp_ptr->m_path2.string(); in what()
96 m_imp_ptr->m_what += "\""; in what()
100 return m_imp_ptr->m_what.c_str(); in what()
104 m_imp_ptr->m_what.clear(); in what()
/dports/devel/boost-python-libs/boost_1_72_0/libs/filesystem/src/
H A Dexception.cpp83 if (m_imp_ptr->m_what.empty()) in what()
85 m_imp_ptr->m_what = system::system_error::what(); in what()
88 m_imp_ptr->m_what += ": \""; in what()
89 m_imp_ptr->m_what += m_imp_ptr->m_path1.string(); in what()
90 m_imp_ptr->m_what += "\""; in what()
94 m_imp_ptr->m_what += ", \""; in what()
95 m_imp_ptr->m_what += m_imp_ptr->m_path2.string(); in what()
96 m_imp_ptr->m_what += "\""; in what()
100 return m_imp_ptr->m_what.c_str(); in what()
104 m_imp_ptr->m_what.clear(); in what()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/filesystem/src/
H A Dexception.cpp85 if (m_imp_ptr->m_what.empty()) in what()
87 m_imp_ptr->m_what = system::system_error::what(); in what()
90 m_imp_ptr->m_what += ": \""; in what()
91 m_imp_ptr->m_what += m_imp_ptr->m_path1.string(); in what()
92 m_imp_ptr->m_what += "\""; in what()
96 m_imp_ptr->m_what += ", \""; in what()
97 m_imp_ptr->m_what += m_imp_ptr->m_path2.string(); in what()
98 m_imp_ptr->m_what += "\""; in what()
102 return m_imp_ptr->m_what.c_str(); in what()
106 m_imp_ptr->m_what.clear(); in what()
/dports/devel/boost-libs/boost_1_72_0/libs/filesystem/src/
H A Dexception.cpp83 if (m_imp_ptr->m_what.empty()) in what()
85 m_imp_ptr->m_what = system::system_error::what(); in what()
88 m_imp_ptr->m_what += ": \""; in what()
89 m_imp_ptr->m_what += m_imp_ptr->m_path1.string(); in what()
90 m_imp_ptr->m_what += "\""; in what()
94 m_imp_ptr->m_what += ", \""; in what()
95 m_imp_ptr->m_what += m_imp_ptr->m_path2.string(); in what()
96 m_imp_ptr->m_what += "\""; in what()
100 return m_imp_ptr->m_what.c_str(); in what()
104 m_imp_ptr->m_what.clear(); in what()
/dports/devel/hyperscan/boost_1_75_0/libs/filesystem/src/
H A Dexception.cpp85 if (m_imp_ptr->m_what.empty()) in what()
87 m_imp_ptr->m_what = system::system_error::what(); in what()
90 m_imp_ptr->m_what += ": \""; in what()
91 m_imp_ptr->m_what += m_imp_ptr->m_path1.string(); in what()
92 m_imp_ptr->m_what += "\""; in what()
96 m_imp_ptr->m_what += ", \""; in what()
97 m_imp_ptr->m_what += m_imp_ptr->m_path2.string(); in what()
98 m_imp_ptr->m_what += "\""; in what()
102 return m_imp_ptr->m_what.c_str(); in what()
106 m_imp_ptr->m_what.clear(); in what()
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/
H A Dbad_alloc.h36 : std::bad_alloc(), m_what() in bad_alloc()
38 m_what = std::bad_alloc::what(); in bad_alloc()
39 m_what += ": "; in bad_alloc()
40 m_what += w; in bad_alloc()
47 return m_what.c_str(); in what()
51 std::string m_what;
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/
H A Dconduit_error.cpp38 m_what("") in Error()
40 m_what = message(); in Error()
48 m_what("") in Error()
50 m_what = message(); in Error()
60 m_what("") in Error()
62 m_what = message(); in Error()
108 return m_what.c_str(); in what()
/dports/net/arataga/oess-2.2.3/dev/cpp_util_2/hex_dumps/h/
H A Dstring_dumper.hpp51 : m_what( s ) in string_dumper()
55 what() const { return m_what; } in what()
58 string_piece_t m_what; member in cpp_util_2::hex_dumps::string_dumper
114 : m_what( s ) in hex_escaped_string_dumper()
118 what() const { return m_what; } in what()
121 string_piece_t m_what; member in cpp_util_2::hex_dumps::hex_escaped_string_dumper
186 : m_what( s ) in string_dumper_without_spaces()
190 what() const { return m_what; } in what()
193 string_piece_t m_what; member in cpp_util_2::hex_dumps::string_dumper_without_spaces
/dports/devel/boost-docs/boost_1_72_0/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()
/dports/devel/boost-python-libs/boost_1_72_0/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in pdalboost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
66 m_what = this->std::runtime_error::what(); in what()
67 if ( !m_what.empty() ) m_what += ": "; in what()
68 m_what += m_error_code.message(); in what()
72 return m_what.c_str(); in what()
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
66 m_what = this->std::runtime_error::what(); in what()
67 if ( !m_what.empty() ) m_what += ": "; in what()
68 m_what += m_error_code.message(); in what()
72 return m_what.c_str(); in what()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()
/dports/databases/xtrabackup/boost_1_59_0/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()
/dports/databases/percona57-server/boost_1_59_0/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()
/dports/databases/percona57-client/boost_1_59_0/boost/system/
H A Dsystem_error.hpp54 mutable std::string m_what; member in boost::system::system_error
62 if ( m_what.empty() ) in what()
68 m_what = this->std::runtime_error::what(); in what()
69 if ( !m_what.empty() ) m_what += ": "; in what()
70 m_what += m_error_code.message(); in what()
76 return m_what.c_str(); in what()

12345678910>>...15