Searched refs:IsPositive (Results 1 - 1 of 1) sorted by relevance

/external/gtest/test/
H A Dgtest_unittest.cc1790 bool IsPositive(int n) { function in namespace:__anon1237
1794 bool IsPositive(double x) { function in namespace:__anon1237
1811 EXPECT_PRED1(static_cast<bool (*)(int)>(IsPositive), 5); // NOLINT
1812 ASSERT_PRED1(static_cast<bool (*)(double)>(IsPositive), 6.0); // NOLINT

Completed in 25 milliseconds