Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1410 return ::testing::internal::FormatMatcherDescription(\
1459 return ::testing::internal::FormatMatcherDescription(\
1514 return ::testing::internal::FormatMatcherDescription(\
1575 return ::testing::internal::FormatMatcherDescription(\
1643 return ::testing::internal::FormatMatcherDescription(\
1720 return ::testing::internal::FormatMatcherDescription(\
1801 return ::testing::internal::FormatMatcherDescription(\
1888 return ::testing::internal::FormatMatcherDescription(\
1984 return ::testing::internal::FormatMatcherDescription(\
2086 return ::testing::internal::FormatMatcherDescription(\
[all …]
H A Dgmock-generated-matchers.h.pump652 return ::testing::internal::FormatMatcherDescription(\
H A Dgmock-matchers.h4013 GTEST_API_ std::string FormatMatcherDescription(bool negation,
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc162 GTEST_API_ std::string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc145 using testing::internal::FormatMatcherDescription;
6226 FormatMatcherDescription(false, "IsEven", Strings())); in TEST()
6228 FormatMatcherDescription(true, "IsEven", Strings())); in TEST()
6232 FormatMatcherDescription(false, "Equals", in TEST()
6237 FormatMatcherDescription(false, "IsInRange", in TEST()