Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc1862 Matcher<int> greater_than_5 = Gt(5); in TEST() local
1864 Matcher<const int&> m = Not(greater_than_5); in TEST()
1865 Matcher<int&> m2 = Not(greater_than_5); in TEST()
1990 Matcher<int> greater_than_5 = Gt(5); in TEST() local
1993 Matcher<const int&> m = AllOf(greater_than_5, less_than_10); in TEST()
1994 Matcher<int&> m2 = AllOf(greater_than_5, less_than_10); in TEST()
1995 Matcher<int&> m3 = AllOf(greater_than_5, m2); in TEST()
1998 Matcher<const int&> m4 = AllOf(greater_than_5, less_than_10, less_than_10); in TEST()
1999 Matcher<int&> m5 = AllOf(greater_than_5, less_than_10, less_than_10); in TEST()
2157 Matcher<int> greater_than_5 = Gt(5); in TEST() local
[all …]