Home
last modified time | relevance | path

Searched refs:get_exception_text (Results 1 – 2 of 2) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/exception_text/
H A Dexception_text.hpp24 inline Tstring get_exception_text(const std::exception & e) { in get_exception_text() function
35 inline std::string get_exception_text<std::string>(const std::exception & e) { in get_exception_text() function
51 return mpt::get_exception_text<Tstring>(e); in get_current_exception_text()
62 return mpt::get_exception_text<std::string>(e); in get_current_exception_text()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/test/
H A Dtest.hpp54 inline std::string get_exception_text() { in get_exception_text() function
440 result.info = mpt::test::result_unexpected_exception{mpt::test::get_exception_text()}; in expect_throws()
477 result.info = mpt::test::result_unexpected_exception{mpt::test::get_exception_text()}; in expect()
501 result.info = mpt::test::result_unexpected_exception{mpt::test::get_exception_text()}; in expect()
522 result.info = mpt::test::result_unexpected_exception{mpt::test::get_exception_text()}; in expect()
546 result.info = mpt::test::result_unexpected_exception{mpt::test::get_exception_text()}; in expect()