Searched refs:ASSERT_PRED4 (Results 1 - 4 of 4) sorted by relevance
/third_party/googletest/googletest/test/ |
H A D | gtest_pred_impl_unittest.cc | 1409 // Tests a successful ASSERT_PRED4 where the 1412 ASSERT_PRED4(PredFunction4Int, ++n1_, ++n2_, ++n3_, ++n4_); in TEST_F() 1416 // Tests a successful ASSERT_PRED4 where the 1419 ASSERT_PRED4(PredFunction4Bool, Bool(++n1_), Bool(++n2_), Bool(++n3_), in TEST_F() 1424 // Tests a successful ASSERT_PRED4 where the 1427 ASSERT_PRED4(PredFunctor4(), ++n1_, ++n2_, ++n3_, ++n4_); in TEST_F() 1431 // Tests a successful ASSERT_PRED4 where the 1434 ASSERT_PRED4(PredFunctor4(), Bool(++n1_), Bool(++n2_), Bool(++n3_), in TEST_F() 1439 // Tests a failed ASSERT_PRED4 where the 1445 ASSERT_PRED4(PredFunction4In in TEST_F() [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest_pred_impl.h | 229 #define ASSERT_PRED4(pred, v1, v2, v3, v4) \ macro
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest_pred_impl.h | 229 #define ASSERT_PRED4(pred, v1, v2, v3, v4) \ macro
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest_pred_impl.h | 285 #define ASSERT_PRED4(pred, v1, v2, v3, v4) \ macro
|
Completed in 5 milliseconds