Home
last modified time | relevance | path

Searched refs:PredFunction2Int (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc457 bool PredFunction2Int(int v1, int v2) { return v1 + v2 > 0; } in PredFunction2Int() function
538 EXPECT_PRED2(PredFunction2Int, ++n1_, ++n2_); in TEST_F()
568 EXPECT_PRED2(PredFunction2Int, n1_++, n2_++); in TEST_F()
610 ASSERT_PRED2(PredFunction2Int, ++n1_, ++n2_); in TEST_F()
641 ASSERT_PRED2(PredFunction2Int, n1_++, n2_++); in TEST_F()