Home | History | Annotate | Download | only in test

Lines Matching refs:IsEvenFunctor

2405 struct IsEvenFunctor {
2485 EXPECT_PRED1(IsEvenFunctor(), 2) << "This failure is UNEXPECTED!";
2492 EXPECT_FATAL_FAILURE(ASSERT_PRED1(IsEvenFunctor(), 5),