Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
MatchResultListener (::std::ostream *os) | |
virtual | ~MatchResultListener ()=0 |
template<typename T > | |
MatchResultListener & | operator<< (const T &x) |
::std::ostream * | stream () |
bool | IsInterested () const |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (MatchResultListener) | |
Private Attributes | |
::std::ostream *const | stream_ |
Definition at line 80 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 80 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 85 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 85 of file gmock-matchers.h
|
inlinepure virtual |
Definition at line 112 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 112 of file gmock-matchers.h
|
private |
|
inline |
Definition at line 104 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 104 of file gmock-matchers.h
References stream_.
Referenced by testing::internal::UnorderedElementsAreMatcherImpl< Container >::AnalyzeElements(), testing::internal::FindPairing(), testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::MatchAndExplain(), testing::internal::FloatingEqMatcher< FloatType >::Impl< T >::MatchAndExplain(), testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain(), testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::MatchAndExplain(), testing::internal::PairMatcherImpl< PairType >::MatchAndExplain(), testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain(), testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain(), testing::internal::MatchPrintAndExplain(), and testing::internal::UnorderedElementsAreMatcherImplBase::VerifyAllElementsAndMatchersAreMatched().
|
inline |
Definition at line 91 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 91 of file gmock-matchers.h
References stream_, and ambiguity_solver_full_chain::x.
|
inline |
Definition at line 98 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 98 of file gmock-matchers.h
References stream_.
Referenced by testing::internal::FindPairing(), testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::MatchAndExplain(), testing::gmock_matchers_test::NewEvenMatcherImpl::MatchAndExplain(), testing::gmock_matchers_test::PolymorphicIsEvenImpl::MatchAndExplain(), testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::MatchAndExplain(), testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >::MatchAndExplain(), testing::internal::ContainerEqMatcher< Container >::MatchAndExplain(), testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain(), testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::MatchAndExplain(), testing::internal::PairMatcherImpl< PairType >::MatchAndExplain(), testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain(), testing::internal::QuantifierMatcherImpl< Container >::MatchAndExplainImpl(), testing::internal::MatchPrintAndExplain(), and testing::internal::UnorderedElementsAreMatcherImplBase::VerifyAllElementsAndMatchersAreMatched().
|
private |
Definition at line 107 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 107 of file gmock-matchers.h
Referenced by IsInterested(), operator<<(), and stream().