• Home
  • Raw
  • Download

Lines Matching refs:thrower

65 class thrower {  class
68 explicit thrower(bool& executed) : executed_(executed) { } in thrower() function in thrower
75 thrower& operator=(const thrower&);
204 execute_all(thrower<0>(executed)), in operation_throws_test()
215 thrower<0>(executed), in operation_throws_test()
228 thrower<0>(executed), in operation_throws_test()
243 thrower<0>(executed), in operation_throws_test()
262 thrower<1>(cleaned_up) in cleanup_throws_test()
275 thrower<1>(cleaned_up1), in cleanup_throws_test()
290 thrower<2>(cleaned_up2) in cleanup_throws_test()
304 thrower<1>(cleaned_up1), in cleanup_throws_test()
321 thrower<2>(cleaned_up2), in cleanup_throws_test()
338 thrower<3>(cleaned_up3) in cleanup_throws_test()
353 thrower<0>(executed), in multiple_exceptions_test()
354 thrower<1>(cleaned_up) in multiple_exceptions_test()
366 thrower<0>(executed), in multiple_exceptions_test()
367 thrower<1>(cleaned_up1), in multiple_exceptions_test()
380 thrower<0>(executed), in multiple_exceptions_test()
382 thrower<2>(cleaned_up2) in multiple_exceptions_test()
395 thrower<1>(cleaned_up1), in multiple_exceptions_test()
396 thrower<2>(cleaned_up2) in multiple_exceptions_test()
409 thrower<0>(executed), in multiple_exceptions_test()
410 thrower<1>(cleaned_up1), in multiple_exceptions_test()
425 thrower<0>(executed), in multiple_exceptions_test()
427 thrower<2>(cleaned_up2), in multiple_exceptions_test()
441 thrower<0>(executed), in multiple_exceptions_test()
444 thrower<3>(cleaned_up3) in multiple_exceptions_test()
458 thrower<1>(cleaned_up1), in multiple_exceptions_test()
459 thrower<2>(cleaned_up2), in multiple_exceptions_test()
474 thrower<1>(cleaned_up1), in multiple_exceptions_test()
476 thrower<3>(cleaned_up3) in multiple_exceptions_test()
491 thrower<2>(cleaned_up2), in multiple_exceptions_test()
492 thrower<3>(cleaned_up3) in multiple_exceptions_test()
506 thrower<1>(cleaned_up1), in multiple_exceptions_test()
507 thrower<2>(cleaned_up2), in multiple_exceptions_test()
508 thrower<3>(cleaned_up3) in multiple_exceptions_test()