Home
last modified time | relevance | path

Searched refs:FormatMatcherDescription (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.h87 using testing::internal::FormatMatcherDescription;
H A Dgmock-matchers-misc_test.cc634 FormatMatcherDescription(false, "IsEven", {}, Strings())); in TEST()
636 FormatMatcherDescription(true, "IsEven", {}, Strings())); in TEST()
639 FormatMatcherDescription(false, "Equals", {"a"}, {"5"})); in TEST()
643 FormatMatcherDescription(false, "IsInRange", {"a", "b"}, {"5", "8"})); in TEST()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc52 GTEST_API_ std::string FormatMatcherDescription( in FormatMatcherDescription() function
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3876 GTEST_API_ std::string FormatMatcherDescription(
5473 return ::testing::internal::FormatMatcherDescription(negation, #name, \
5554 return ::testing::internal::FormatMatcherDescription( \