Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc544 // greater_than_5 and less_than_10 are monomorphic matchers. in TEST()
546 Matcher<int> less_than_10 = Lt(10); in TEST() local
548 Matcher<const int&> m = AllOf(greater_than_5, less_than_10); in TEST()
549 Matcher<int&> m2 = AllOf(greater_than_5, less_than_10); in TEST()
553 Matcher<const int&> m4 = AllOf(greater_than_5, less_than_10, less_than_10); in TEST()
554 Matcher<int&> m5 = AllOf(greater_than_5, less_than_10, less_than_10); in TEST()
760 // greater_than_5 and less_than_10 are monomorphic matchers. in TEST()
762 Matcher<int> less_than_10 in TEST() local
[all...]

Completed in 3 milliseconds