Home
last modified time | relevance | path

Searched refs:less_than_10 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc547 Matcher<int> less_than_10 = Lt(10); in TEST() local
549 Matcher<const int&> m = AllOf(greater_than_5, less_than_10); in TEST()
550 Matcher<int&> m2 = AllOf(greater_than_5, less_than_10); in TEST()
554 Matcher<const int&> m4 = AllOf(greater_than_5, less_than_10, less_than_10); in TEST()
555 Matcher<int&> m5 = AllOf(greater_than_5, less_than_10, less_than_10); in TEST()
763 Matcher<int> less_than_10 = Lt(10); in TEST() local
765 Matcher<const int&> m = AnyOf(greater_than_5, less_than_10); in TEST()
766 Matcher<int&> m2 = AnyOf(greater_than_5, less_than_10); in TEST()
770 Matcher<const int&> m4 = AnyOf(greater_than_5, less_than_10, less_than_10); in TEST()
771 Matcher<int&> m5 = AnyOf(greater_than_5, less_than_10, less_than_10); in TEST()