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

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc2109 // Tests a successful ASSERT_PRED5 where the
2112 ASSERT_PRED5(PredFunction5Int,
2121 // Tests a successful ASSERT_PRED5 where the
2124 ASSERT_PRED5(PredFunction5Bool,
2133 // Tests a successful ASSERT_PRED5 where the
2136 ASSERT_PRED5(PredFunctor5(),
2145 // Tests a successful ASSERT_PRED5 where the
2148 ASSERT_PRED5(PredFunctor5(),
2157 // Tests a failed ASSERT_PRED5 where the
2162 ASSERT_PRED5(PredFunction5In
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h353 #define ASSERT_PRED5(pred, v1, v2, v3, v4, v5) \ macro

Completed in 13 milliseconds