Home | History | Annotate | Download | only in test

Lines Matching refs:IsEven

2249 bool IsEven(int n) {
2255 bool operator()(int n) { return IsEven(n); }
2261 if (IsEven(n)) {
2273 if (IsEven(n))
2283 if (IsEven(n))
2299 return IsEven(n1 + n2);
2306 return IsEven(n1 + n2 + n3);
2316 if (IsEven(sum)) {
2334 if (IsEven(sum)) {
2354 ASSERT_PRED1(IsEven, 4);
2358 EXPECT_PRED1(IsEven, 5) << "This failure is expected.";
2385 EXPECT_PRED1(IsEven, n++);