D | gmock-generated-matchers.h | 891 Matcher6 m6) { in AllOf() argument 892 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6)); in AllOf() 902 Matcher6 m6, Matcher7 m7) { in AllOf() argument 903 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7)); in AllOf() 914 Matcher6 m6, Matcher7 m7, Matcher8 m8) { in AllOf() argument 915 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7, m8)); in AllOf() 927 Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9) { in AllOf() argument 928 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7, m8, m9)); in AllOf() 940 Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9, Matcher10 m10) { in AllOf() argument 941 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7, m8, m9, in AllOf() [all …]
|