Searched refs:AllOfMatches (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 1918 void AllOfMatches(int num, const Matcher<int>& m) { in AllOfMatches() function 1959 AllOfMatches(2, AllOf(Ne(1), Ne(2))); in TEST() 1960 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3))); in TEST() 1961 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4))); in TEST() 1962 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5))); in TEST() 1963 AllOfMatches(6, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6))); in TEST() 1964 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7))); in TEST() 1965 AllOfMatches(8, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), in TEST() 1967 AllOfMatches(9, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), in TEST() 1969 AllOfMatches(10, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 2491 void AllOfMatches(int num, const Matcher<int>& m) { in AllOfMatches() function 2532 AllOfMatches(2, AllOf(Ne(1), Ne(2))); in TEST() 2533 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3))); in TEST() 2534 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4))); in TEST() 2535 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5))); in TEST() 2536 AllOfMatches(6, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6))); in TEST() 2537 AllOfMatches(7, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7))); in TEST() 2538 AllOfMatches(8, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), in TEST() 2540 AllOfMatches(9, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), in TEST() 2542 AllOfMatches(10, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5), Ne(6), Ne(7), Ne(8), in TEST() [all …]
|