Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc81 bool PredFunction1Int(int v1) { return v1 > 0; } in PredFunction1Int() function
155 EXPECT_PRED1(PredFunction1Int, ++n1_); in TEST_F()
185 EXPECT_PRED1(PredFunction1Int, n1_++); in TEST_F()
227 ASSERT_PRED1(PredFunction1Int, ++n1_); in TEST_F()
258 ASSERT_PRED1(PredFunction1Int, n1_++); in TEST_F()