Searched refs:ThrowNothing (Results 1 – 1 of 1) sorted by relevance
3788 void ThrowNothing() {} in ThrowNothing() function3804 ASSERT_THROW(ThrowNothing(), bool), in TEST()3811 ASSERT_NO_THROW(ThrowNothing()); in TEST()3821 ASSERT_ANY_THROW(ThrowNothing()), in TEST()4129 EXPECT_THROW(ThrowNothing(), bool); in TEST()4140 EXPECT_NO_THROW(ThrowNothing()); in TEST()4145 EXPECT_ANY_THROW(ThrowNothing()); in TEST()4545 EXPECT_THROW(ThrowNothing(), bool), in TEST()4552 EXPECT_NO_THROW(ThrowNothing()); in TEST()4562 EXPECT_ANY_THROW(ThrowNothing()), in TEST()[all …]