Searched refs:FormatMatcherDescription (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-matchers.h | 1410 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 D | gmock-generated-matchers.h.pump | 652 return ::testing::internal::FormatMatcherDescription(\
|
| H A D | gmock-matchers.h | 4013 GTEST_API_ std::string FormatMatcherDescription(bool negation,
|
| /freebsd-12.1/contrib/googletest/googlemock/src/ |
| H A D | gmock-matchers.cc | 162 GTEST_API_ std::string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.cc | 145 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()
|