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

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1678 // Tests a successful EXPECT_PRED_FORMAT4 where the
1681 EXPECT_PRED_FORMAT4(PredFormatFunction4,
1689 // Tests a successful EXPECT_PRED_FORMAT4 where the
1692 EXPECT_PRED_FORMAT4(PredFormatFunction4,
1700 // Tests a successful EXPECT_PRED_FORMAT4 where the
1703 EXPECT_PRED_FORMAT4(PredFormatFunctor4(),
1711 // Tests a successful EXPECT_PRED_FORMAT4 where the
1714 EXPECT_PRED_FORMAT4(PredFormatFunctor4(),
1722 // Tests a failed EXPECT_PRED_FORMAT4 where the
1726 EXPECT_PRED_FORMAT4(PredFormatFunction
[all...]
H A Dgtest_unittest.cc2291 EXPECT_PRED_FORMAT4(AssertSumIsEven4, n1, n2, n3, n4);
2336 EXPECT_PRED_FORMAT4(AssertSumIsEven4, ++n1, n2++, n3++, n4++);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ macro

Completed in 36 milliseconds