Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dexception_test.hpp167 bool exception_in_check_; member in test::test_runner
173 test_runner(Test const& t) : test_(t), exception_in_check_(false) {} in test_runner()
193 exception_in_check_ = true; in run()
200 if (exception_in_check_) { in end()