Searched refs:MatchAndExplain (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h101 // the match result. A matcher's MatchAndExplain() method can use
149 // MatchAndExplain() method of the Pointee(...) matcher should
152 // Implementations of MatchAndExplain() should add an explanation of
176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
256 bool MatchAndExplain(T x, MatchResultListener* listener) const { function in class:testing::internal::MatcherBase
257 return impl_->MatchAndExplain(x, listener);
263 return MatchAndExplain(x, &dummy);
277 MatchAndExplain(x, &listener);
425 // bool MatchAndExplain(const Value& value,
461 virtual bool MatchAndExplain( function in class:testing::PolymorphicMatcher::MonomorphicImpl
576 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { function in class:testing::internal::MatcherCastImpl::Impl
861 virtual bool MatchAndExplain( function in class:testing::internal::AnyMatcherImpl
906 virtual bool MatchAndExplain( function in class:testing::internal::ComparisonBase::Impl
980 bool MatchAndExplain(const Pointer& p, function in class:testing::internal::IsNullMatcher
1000 bool MatchAndExplain(const Pointer& p, function in class:testing::internal::NotNullMatcher
1062 virtual bool MatchAndExplain( function in class:testing::internal::RefMatcher::Impl
1138 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { function in class:testing::internal::StrEqualityMatcher
1150 bool MatchAndExplain(const MatcheeStringType& s, function in class:testing::internal::StrEqualityMatcher
1198 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { function in class:testing::internal::HasSubstrMatcher
1207 bool MatchAndExplain(const MatcheeStringType& s, function in class:testing::internal::HasSubstrMatcher
1245 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { function in class:testing::internal::StartsWithMatcher
1254 bool MatchAndExplain(const MatcheeStringType& s, function in class:testing::internal::StartsWithMatcher
1291 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { function in class:testing::internal::EndsWithMatcher
1300 bool MatchAndExplain(const MatcheeStringType& s, function in class:testing::internal::EndsWithMatcher
1337 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const { function in class:testing::internal::MatchesRegexMatcher
1346 bool MatchAndExplain(const MatcheeStringType& s, function in class:testing::internal::MatchesRegexMatcher
1400 virtual bool MatchAndExplain( function in class:testing::internal::PairMatchBase::Impl
1449 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { function in class:testing::internal::NotMatcherImpl
1513 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { function in class:testing::internal::BothOfMatcherImpl
1685 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { function in class:testing::internal::EitherOfMatcherImpl
1766 bool MatchAndExplain(T& x, // NOLINT function in class:testing::internal::TrulyMatcher
1921 virtual bool MatchAndExplain(T value, function in class:testing::internal::FloatingEqMatcher::Impl
2081 virtual bool MatchAndExplain(Pointer pointer, function in class:testing::internal::PointeeMatcher::Impl
2151 bool MatchAndExplain(From from, MatchResultListener* listener) const { function in class:testing::internal::WhenDynamicCastToMatcher
2167 bool MatchAndExplain(From& from, MatchResultListener* listener) const { function in class:testing::internal::WhenDynamicCastToMatcher
2198 bool MatchAndExplain(const T& value, MatchResultListener* listener) const { function in class:testing::internal::FieldMatcher
2259 bool MatchAndExplain(const T&value, MatchResultListener* listener) const { function in class:testing::internal::PropertyMatcher
2370 virtual bool MatchAndExplain(T obj, MatchResultListener* listener) const { function in class:testing::internal::ResultOfMatcher::Impl
2428 virtual bool MatchAndExplain(Container container, function in class:testing::internal::SizeIsMatcher::Impl
2482 virtual bool MatchAndExplain(Container container, function in class:testing::internal::BeginEndDistanceIsMatcher::Impl
2547 bool MatchAndExplain(const LhsContainer& lhs, function in class:testing::internal::ContainerEqMatcher
2649 virtual bool MatchAndExplain(LhsContainer lhs, function in class:testing::internal::WhenSortedByMatcher::Impl
2749 virtual bool MatchAndExplain(LhsContainer lhs, function in class:testing::internal::PointwiseMatcher::Impl
2862 virtual bool MatchAndExplain(Container container, function in class:testing::internal::ContainsMatcherImpl
2891 virtual bool MatchAndExplain(Container container, function in class:testing::internal::EachMatcherImpl
2951 virtual bool MatchAndExplain(PairType key_value, function in class:testing::internal::KeyMatcherImpl
3033 virtual bool MatchAndExplain(PairType a_pair, function in class:testing::internal::PairMatcherImpl
3161 virtual bool MatchAndExplain(Container container, function in class:testing::internal::ElementsAreMatcherImpl
3376 virtual bool MatchAndExplain(Container container, function in class:testing::internal::UnorderedElementsAreMatcherImpl
3591 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { function in class:testing::internal::BoundSecondMatcher::Impl
[all...]
H A Dgmock-generated-matchers.h223 virtual bool MatchAndExplain(ArgsTuple args, function in class:testing::internal::ArgsMatcherImpl
233 const bool match = inner_matcher_.MatchAndExplain(selected_args,
1389 virtual bool MatchAndExplain(\
1423 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1437 virtual bool MatchAndExplain(\
1475 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1489 virtual bool MatchAndExplain(\
1532 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1546 virtual bool MatchAndExplain(\
1592 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
[all...]
H A Dgmock-spec-builders.h1120 if (!extra_matcher_.MatchAndExplain(args, &listener)) {
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc231 virtual bool MatchAndExplain(tuple<char, int> value, function in class:__anon17::LessThanMatcher
264 virtual bool MatchAndExplain(int lhs, function in class:__anon17::GreaterThanMatcher
H A Dgmock-matchers_test.cc170 virtual bool MatchAndExplain(int lhs, function in class:testing::gmock_matchers_test::GreaterThanMatcher
259 virtual bool MatchAndExplain(int x, function in class:testing::gmock_matchers_test::EvenMatcherImpl
278 // Tests implementing a monomorphic matcher using MatchAndExplain().
282 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { function in class:testing::gmock_matchers_test::NewEvenMatcherImpl
355 // Tests Matcher<T>::MatchAndExplain().
356 TEST(MatcherTest, MatchAndExplain) {
359 EXPECT_TRUE(m.MatchAndExplain(42, &listener1));
363 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2));
443 bool MatchAndExplain(const T& x, function in class:testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
478 // Tests implementing a polymorphic matcher using MatchAndExplain()
489 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { function in class:testing::gmock_matchers_test::PolymorphicIsEvenImpl
3969 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { function in class:testing::gmock_matchers_test::DivisibleByImpl
5413 bool MatchAndExplain(const tuple<T1, T2>& a_pair, function in class:testing::gmock_matchers_test::IsHalfOfMatcher
[all...]

Completed in 43 milliseconds