Home | History | Annotate | Download | only in test

Lines Matching refs:IsEven

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