Home | History | Annotate | Download | only in test

Lines Matching refs:IsPositive

2618 bool IsPositive(int n) {
2622 bool IsPositive(double x) {
2640 EXPECT_PRED1((bool (*)(int))(IsPositive), 5); // NOLINT
2641 ASSERT_PRED1((bool (*)(double))(IsPositive), 6.0); // NOLINT