Searched defs:allowThrows (Results 1 – 4 of 4) sorted by relevance
| /external/catch2/include/internal/ | ||
| D | catch_config.cpp | 51 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config |
| D | catch_assertionhandler.cpp | 71 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler |
| /external/bcc/tests/cc/ | ||
| D | catch.hpp | 3575 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config |
| /external/catch2/single_include/catch2/ | ||
| D | catch.hpp | 6305 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler |