Home | History | Annotate | Download | only in test

Lines Matching refs:IsOdd

685 MATCHER(IsOdd, "") { return (arg % 2) != 0; }
689 Matcher<int> m = matcher_test::IsOdd();
696 return Value(arg, matcher_test::IsOdd()) && arg > 0;