Searched refs:FormatMatcherDescription (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.h | 87 using testing::internal::FormatMatcherDescription;
|
| H A D | gmock-matchers-misc_test.cc | 635 FormatMatcherDescription(false, "IsEven", {}, Strings())); in TEST() 637 FormatMatcherDescription(true, "IsEven", {}, Strings())); in TEST() 640 FormatMatcherDescription(false, "Equals", {"a"}, {"5"})); in TEST() 644 FormatMatcherDescription(false, "IsInRange", {"a", "b"}, {"5", "8"})); in TEST()
|
| /freebsd/contrib/googletest/googlemock/src/ |
| H A D | gmock-matchers.cc | 52 GTEST_API_ std::string FormatMatcherDescription( in FormatMatcherDescription() function
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 4083 GTEST_API_ std::string FormatMatcherDescription( 5741 return ::testing::internal::FormatMatcherDescription(negation, #name, \ 5821 return ::testing::internal::FormatMatcherDescription( \
|