Home
last modified time | relevance | path

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

/third_party/boost/libs/serialization/test/
Dtest_interrupts.cpp55 bool exception_invoked = false; in test_out()
64 exception_invoked = true; in test_out()
67 BOOST_CHECK(exception_invoked); in test_out()
112 bool exception_invoked = false; in test_in()
121 exception_invoked = true; in test_in()
124 BOOST_CHECK(exception_invoked); in test_in()
Dtest_boost_array.cpp58 bool exception_invoked = false; in test_boost_array() local
67 exception_invoked = true; in test_boost_array()
70 BOOST_CHECK(exception_invoked); in test_boost_array()
Dtest_array.cpp57 bool exception_invoked = false; in test_std_array() local
66 exception_invoked = true; in test_std_array()
69 BOOST_CHECK(exception_invoked); in test_std_array()
Dtest_native_array.cpp67 bool exception_invoked = false; in test_native_array() local
77 exception_invoked = true; in test_native_array()
80 BOOST_CHECK(exception_invoked); in test_native_array()
Dtest_variant.cpp135 bool exception_invoked = false; in do_bad_read() local
140 exception_invoked = true; in do_bad_read()
143 BOOST_CHECK(exception_invoked); in do_bad_read()
/third_party/boost/libs/serialization/performance/
Dpeformance_array.cpp88 bool exception_invoked = false; in test_array()
97 exception_invoked = true; in test_array()
100 BOOST_CHECK(exception_invoked); in test_array()