Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1990 // Tests a successful ASSERT_PRED_FORMAT5 where the
1993 ASSERT_PRED_FORMAT5(PredFormatFunction5, ++n1_, ++n2_, ++n3_, ++n4_, ++n5_); in TEST_F()
1997 // Tests a successful ASSERT_PRED_FORMAT5 where the
2000 ASSERT_PRED_FORMAT5(PredFormatFunction5, Bool(++n1_), Bool(++n2_), in TEST_F()
2005 // Tests a successful ASSERT_PRED_FORMAT5 where the
2008 ASSERT_PRED_FORMAT5(PredFormatFunctor5(), ++n1_, ++n2_, ++n3_, ++n4_, ++n5_); in TEST_F()
2012 // Tests a successful ASSERT_PRED_FORMAT5 where the
2015 ASSERT_PRED_FORMAT5(PredFormatFunctor5(), Bool(++n1_), Bool(++n2_), in TEST_F()
2020 // Tests a failed ASSERT_PRED_FORMAT5 where the
2026 ASSERT_PRED_FORMAT5(PredFormatFunction in TEST_F()
[all...]
H A Dgtest_unittest.cc2338 ASSERT_PRED_FORMAT5(AssertSumIsEven5Functor(), 1, 2, 4, 6, 8) in TEST()
2359 ASSERT_PRED_FORMAT5(AssertSumIsEven5Functor(), n1++, n2++, n3++, n4++, n5++) in TEST()
/third_party/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h272 #define ASSERT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ macro
/third_party/node/deps/googletest/include/gtest/
H A Dgtest_pred_impl.h272 #define ASSERT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ macro
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h350 #define ASSERT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ macro

Completed in 21 milliseconds