Lines Matching refs:AllOfMatches
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()
2544 AllOfMatches( in TEST()
2606 AllOfMatches(11, m); in TEST()