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

/external/gtest/test/
H A Dgtest_unittest.cc1572 bool IsEven(int n) { function in namespace:__anon1237
1578 bool operator()(int n) { return IsEven(n); }
1584 if (IsEven(n)) {
1603 return IsEven(n1 + n2);
1610 return IsEven(n1 + n2 + n3);
1620 if (IsEven(sum)) {
1638 if (IsEven(sum)) {
1658 ASSERT_PRED1(IsEven, 4);
1662 EXPECT_PRED1(IsEven, 5) << "This failure is expected.";
1689 EXPECT_PRED1(IsEven,
[all...]

Completed in 16 milliseconds