Home | History | Annotate | Download | only in test

Lines Matching refs:IsEven

729 MATCHER(IsEven, "") { return (arg % 2) == 0; }
732 const Matcher<int> m = IsEven();