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