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

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc2321 // Tests a successful ASSERT_PRED_FORMAT5 where the
2324 ASSERT_PRED_FORMAT5(PredFormatFunction5,
2333 // Tests a successful ASSERT_PRED_FORMAT5 where the
2336 ASSERT_PRED_FORMAT5(PredFormatFunction5,
2345 // Tests a successful ASSERT_PRED_FORMAT5 where the
2348 ASSERT_PRED_FORMAT5(PredFormatFunctor5(),
2357 // Tests a successful ASSERT_PRED_FORMAT5 where the
2360 ASSERT_PRED_FORMAT5(PredFormatFunctor5(),
2369 // Tests a failed ASSERT_PRED_FORMAT5 where the
2374 ASSERT_PRED_FORMAT5(PredFormatFunction
[all...]
H A Dgtest_unittest.cc2294 ASSERT_PRED_FORMAT5(AssertSumIsEven5Functor(), 1, 2, 4, 6, 8)
2314 ASSERT_PRED_FORMAT5(AssertSumIsEven5Functor(),
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h351 #define ASSERT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ macro

Completed in 37 milliseconds