Searched refs:SumIsEven3Functor (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc2166 struct SumIsEven3Functor { struct in namespace:__anon65
2265 EXPECT_PRED3(SumIsEven3Functor(), 4, 6, 8);
2274 ASSERT_PRED3(SumIsEven3Functor(), 1, 2, 4);
2326 EXPECT_PRED3(SumIsEven3Functor(), ++n1, n2++, n3++)

Completed in 28 milliseconds