• Home
  • Raw
  • Download

Lines Matching refs:thrown

181     bool thrown = false;  in test_promise_get_future()  local
185 thrown = true; in test_promise_get_future()
187 BOOST_CHECK( thrown); in test_promise_get_future()
193 thrown = false; in test_promise_get_future()
197 thrown = true; in test_promise_get_future()
199 BOOST_CHECK( thrown); in test_promise_get_future()
210 bool thrown = false; in test_promise_get_future_ref() local
214 thrown = true; in test_promise_get_future_ref()
216 BOOST_CHECK( thrown); in test_promise_get_future_ref()
222 thrown = false; in test_promise_get_future_ref()
226 thrown = true; in test_promise_get_future_ref()
228 BOOST_CHECK( thrown); in test_promise_get_future_ref()
239 bool thrown = false; in test_promise_get_future_void() local
243 thrown = true; in test_promise_get_future_void()
245 BOOST_CHECK( thrown); in test_promise_get_future_void()
251 thrown = false; in test_promise_get_future_void()
255 thrown = true; in test_promise_get_future_void()
257 BOOST_CHECK( thrown); in test_promise_get_future_void()
271 bool thrown = false; in test_promise_set_value() local
275 thrown = true; in test_promise_set_value()
277 BOOST_CHECK( thrown); in test_promise_set_value()
293 bool thrown = false; in test_promise_set_value_move() local
298 thrown = true; in test_promise_set_value_move()
300 BOOST_CHECK( thrown); in test_promise_set_value_move()
316 bool thrown = false; in test_promise_set_value_ref() local
320 thrown = true; in test_promise_set_value_ref()
322 BOOST_CHECK( thrown); in test_promise_set_value_ref()
336 bool thrown = false; in test_promise_set_value_void() local
340 thrown = true; in test_promise_set_value_void()
342 BOOST_CHECK( thrown); in test_promise_set_value_void()
352 bool thrown = false; in test_promise_set_exception() local
356 thrown = true; in test_promise_set_exception()
358 BOOST_CHECK( thrown); in test_promise_set_exception()
361 thrown = false; in test_promise_set_exception()
365 { thrown = true; } in test_promise_set_exception()
366 BOOST_CHECK( thrown); in test_promise_set_exception()
376 bool thrown = false; in test_promise_set_exception_ref() local
380 thrown = true; in test_promise_set_exception_ref()
382 BOOST_CHECK( thrown); in test_promise_set_exception_ref()
385 thrown = false; in test_promise_set_exception_ref()
390 thrown = true; in test_promise_set_exception_ref()
392 BOOST_CHECK( thrown); in test_promise_set_exception_ref()
402 bool thrown = false; in test_promise_set_exception_void() local
406 thrown = true; in test_promise_set_exception_void()
408 BOOST_CHECK( thrown); in test_promise_set_exception_void()
411 thrown = false; in test_promise_set_exception_void()
415 thrown = true; in test_promise_set_exception_void()
417 BOOST_CHECK( thrown); in test_promise_set_exception_void()