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

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1089 // Tests a successful ASSERT_PRED3 where the
1092 ASSERT_PRED3(PredFunction3Int,
1099 // Tests a successful ASSERT_PRED3 where the
1102 ASSERT_PRED3(PredFunction3Bool,
1109 // Tests a successful ASSERT_PRED3 where the
1112 ASSERT_PRED3(PredFunctor3(),
1119 // Tests a successful ASSERT_PRED3 where the
1122 ASSERT_PRED3(PredFunctor3(),
1129 // Tests a failed ASSERT_PRED3 where the
1134 ASSERT_PRED3(PredFunction3In
[all...]
H A Dgtest_unittest.cc2274 ASSERT_PRED3(SumIsEven3Functor(), 1, 2, 4);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h222 #define ASSERT_PRED3(pred, v1, v2, v3) \ macro

Completed in 34 milliseconds