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

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc1918 void AllOfMatches(int num, const Matcher<int>& m) { function in namespace:testing::gmock_matchers_test
1959 AllOfMatches(2, AllOf(Ne(1), Ne(2)));
1960 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3)));
1961 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4)));
1962 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5)));
1963 AllOfMatches(6, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6)));
1964 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7)));
1965 AllOfMatches(8, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7),
1967 AllOfMatches(9, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7),
1969 AllOfMatches(1
[all...]
/external/gmock/test/
H A Dgmock-matchers_test.cc1987 void AllOfMatches(int num, const Matcher<int>& m) { function in namespace:testing::gmock_matchers_test
2028 AllOfMatches(2, AllOf(Ne(1), Ne(2)));
2029 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3)));
2030 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4)));
2031 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5)));
2032 AllOfMatches(6, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6)));
2033 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7)));
2034 AllOfMatches(8, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7),
2036 AllOfMatches(9, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7),
2038 AllOfMatches(1
[all...]

Completed in 71 milliseconds