Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1489 // Tests a successful EXPECT_PRED_FORMAT4 where the
1492 EXPECT_PRED_FORMAT4(PredFormatFunction4, ++n1_, ++n2_, ++n3_, ++n4_); in TEST_F()
1496 // Tests a successful EXPECT_PRED_FORMAT4 where the
1499 EXPECT_PRED_FORMAT4(PredFormatFunction4, Bool(++n1_), Bool(++n2_), in TEST_F()
1504 // Tests a successful EXPECT_PRED_FORMAT4 where the
1507 EXPECT_PRED_FORMAT4(PredFormatFunctor4(), ++n1_, ++n2_, ++n3_, ++n4_); in TEST_F()
1511 // Tests a successful EXPECT_PRED_FORMAT4 where the
1514 EXPECT_PRED_FORMAT4(PredFormatFunctor4(), Bool(++n1_), Bool(++n2_), in TEST_F()
1519 // Tests a failed EXPECT_PRED_FORMAT4 where the
1524 EXPECT_PRED_FORMAT4(PredFormatFunction in TEST_F()
[all...]
H A Dgtest_unittest.cc2333 EXPECT_PRED_FORMAT4(AssertSumIsEven4, n1, n2, n3, n4); in TEST()
2383 EXPECT_PRED_FORMAT4(AssertSumIsEven4, ++n1, n2++, n3++, n4++); in TEST()
/third_party/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h223 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ macro
/third_party/node/deps/googletest/include/gtest/
H A Dgtest_pred_impl.h223 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ macro
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h279 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ macro

Completed in 27 milliseconds