Searched defs:IsOdd (Results 1 – 4 of 4) sorted by relevance
146 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local165 Callable IsOdd(Counter); in TEST() local175 bool (*IsOdd)(int) = [](int N) { return N % 2 == 1; }; in TEST() local183 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local205 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local215 auto IsOdd = [](int N) { return N % 2 == 1; }; in TEST() local
64 bool IsOdd(int n) { in IsOdd() function
56 static class IsOdd implements Predicate<Integer>, Serializable { class in PredicatesTest
61 static class IsOdd implements Predicate<Integer>, Serializable { class in PredicatesTest