Searched refs:IntFunction (Results 1 – 2 of 2) sorted by relevance
3356 int IntFunction(int input) { return input == 42 ? 80 : 90; } in IntFunction() function3359 Matcher<int> matcher = ResultOf(&IntFunction, Ge(85)); in TEST()3363 matcher = ResultOf(&IntFunction, GreaterThan(85)); in TEST()3371 Matcher<int> matcher = ResultOf(&IntFunction, Eq(80)); in TEST()3420 Matcher<int> matcher = ResultOf(IntFunction, Matcher<signed char>(Ge(85))); in TEST()
4446 int IntFunction(int input) { return input == 42 ? 80 : 90; } in IntFunction() function4449 Matcher<int> matcher = ResultOf(&IntFunction, Ge(85)); in TEST()4453 matcher = ResultOf(&IntFunction, GreaterThan(85)); in TEST()4461 Matcher<int> matcher = ResultOf(&IntFunction, Eq(80)); in TEST()4510 Matcher<int> matcher = ResultOf(IntFunction, Matcher<signed char>(Ge(85))); in TEST()