Searched defs:MyException (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_exceptions.cpp13 class MyException : public std::exception { class in inherits:std::exception
15 explicit MyException(const char * m) : message{m} {} function in class:MyException
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc605 class MyException {}; class in namespace:testing::gmock_more_actions_test

Completed in 5 milliseconds