Searched defs:AllOf (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc1265 bool AllOf(const T1& t1, const T2& t2) { return true; } function in namespace:__anon17::adl_test
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1002 AllOf(M1 m1, M2 m2) { function in namespace:testing
1010 AllOf(M1 m1, M2 m2, M3 m3) { function in namespace:testing
1018 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { function in namespace:testing
1026 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { function in namespace:testing
1035 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { function in namespace:testing
1044 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { function in namespace:testing
1053 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { function in namespace:testing
1062 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { function in namespace:testing
1073 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { function in namespace:testing
[all...]
H A Dgmock-matchers.h4363 inline internal::AllOfMatcher<Args...> AllOf(const Args&... matchers) { function in namespace:testing

Completed in 32 milliseconds