Home | History | Annotate | Download | only in test

Lines Matching refs:is_even

2328   const Matcher<int> is_even = PolymorphicIsEven();
2330 EXPECT_TRUE(ExplainMatchResult(is_even, 42, &listener1));