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

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1578 // Tests a successful ASSERT_PRED4 where the
1581 ASSERT_PRED4(PredFunction4Int,
1589 // Tests a successful ASSERT_PRED4 where the
1592 ASSERT_PRED4(PredFunction4Bool,
1600 // Tests a successful ASSERT_PRED4 where the
1603 ASSERT_PRED4(PredFunctor4(),
1611 // Tests a successful ASSERT_PRED4 where the
1614 ASSERT_PRED4(PredFunctor4(),
1622 // Tests a failed ASSERT_PRED4 where the
1627 ASSERT_PRED4(PredFunction4In
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h284 #define ASSERT_PRED4(pred, v1, v2, v3, v4) \ macro

Completed in 16 milliseconds