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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc127 GTEST_API_ string FormatMatcherDescription(bool negation, function in namespace:testing::internal
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1402 return ::testing::internal::FormatMatcherDescription(\
1451 return ::testing::internal::FormatMatcherDescription(\
1504 return ::testing::internal::FormatMatcherDescription(\
1562 return ::testing::internal::FormatMatcherDescription(\
1625 return ::testing::internal::FormatMatcherDescription(\
1696 return ::testing::internal::FormatMatcherDescription(\
1770 return ::testing::internal::FormatMatcherDescription(\
1848 return ::testing::internal::FormatMatcherDescription(\
1933 return ::testing::internal::FormatMatcherDescription(\
2024 return ::testing::internal::FormatMatcherDescription(\
[all...]
H A Dgmock-matchers.h3622 GTEST_API_ string FormatMatcherDescription(bool negation,
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc146 using testing::internal::FormatMatcherDescription;
5263 // Tests FormatMatcherDescription().
5267 FormatMatcherDescription(false, "IsEven", Strings()));
5269 FormatMatcherDescription(true, "IsEven", Strings()));
5273 FormatMatcherDescription(false, "Equals",
5278 FormatMatcherDescription(false, "IsInRange",

Completed in 56 milliseconds