![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for testing::internal::ResultOfMatcher< Callable >::Impl< T >:
Collaboration diagram for testing::internal::ResultOfMatcher< Callable >::Impl< T >:Public Member Functions | |
| Impl (CallableStorageType callable, const Matcher< ResultType > &matcher) | |
| virtual void | DescribeTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual bool | MatchAndExplain (T obj, MatchResultListener *listener) const |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
| CallableStorageType | callable_ |
| const Matcher< ResultType > | matcher_ |
Definition at line 2355 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2355 of file gmock-matchers.h
|
inline |
Definition at line 2357 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2357 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2365 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2365 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeNegationTo(), and testing::internal::ResultOfMatcher< Callable >::Impl< T >::matcher_.
Here is the call graph for this function:
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2360 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2360 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::ResultOfMatcher< Callable >::Impl< T >::matcher_.
Here is the call graph for this function:
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
Definition at line 2370 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2370 of file gmock-matchers.h
References testing::internal::ResultOfMatcher< Callable >::Impl< T >::callable_, testing::internal::ResultOfMatcher< Callable >::Impl< T >::matcher_, and testing::internal::MatchPrintAndExplain().
Here is the call graph for this function:
|
mutableprivate |
Definition at line 2385 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2385 of file gmock-matchers.h
Referenced by testing::internal::ResultOfMatcher< Callable >::Impl< T >::MatchAndExplain().
|
private |
Definition at line 2386 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2386 of file gmock-matchers.h
Referenced by testing::internal::ResultOfMatcher< Callable >::Impl< T >::DescribeNegationTo(), testing::internal::ResultOfMatcher< Callable >::Impl< T >::DescribeTo(), and testing::internal::ResultOfMatcher< Callable >::Impl< T >::MatchAndExplain().