Searched refs:PredFunction4Int (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_pred_impl_unittest.cc | 1238 bool PredFunction4Int(int v1, int v2, int v3, int v4) { in PredFunction4Int() function 1336 EXPECT_PRED4(PredFunction4Int, ++n1_, ++n2_, ++n3_, ++n4_); in TEST_F() 1368 EXPECT_PRED4(PredFunction4Int, n1_++, n2_++, n3_++, n4_++); in TEST_F() 1412 ASSERT_PRED4(PredFunction4Int, ++n1_, ++n2_, ++n3_, ++n4_); in TEST_F() 1445 ASSERT_PRED4(PredFunction4Int, n1_++, n2_++, n3_++, n4_++); in TEST_F()
|