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

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc1276 bool AllOf(const T1& t1, const T2& t2) { return true; } function in namespace:__anon1872::adl_test
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1007 AllOf(M1 m1, M2 m2) { function in namespace:testing
1015 AllOf(M1 m1, M2 m2, M3 m3) { function in namespace:testing
1023 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { function in namespace:testing
1031 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { function in namespace:testing
1040 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { function in namespace:testing
1049 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { function in namespace:testing
1058 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { function in namespace:testing
1067 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { function in namespace:testing
1078 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.h5189 internal::AllOfMatcher<typename std::decay<const Args&>::type...> AllOf( function in namespace:testing

Completed in 109 milliseconds