Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc840 bool PredFunction3Int(int v1, int v2, int v3) { return v1 + v2 + v3 > 0; } in PredFunction3Int() function
928 EXPECT_PRED3(PredFunction3Int, ++n1_, ++n2_, ++n3_); in TEST_F()
958 EXPECT_PRED3(PredFunction3Int, n1_++, n2_++, n3_++); in TEST_F()
1000 ASSERT_PRED3(PredFunction3Int, ++n1_, ++n2_, ++n3_); in TEST_F()
1031 ASSERT_PRED3(PredFunction3Int, n1_++, n2_++, n3_++); in TEST_F()