|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <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 |
Definition at line 80 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 85 of file gmock-matchers.h.
References ~MatchResultListener().

|
inlinepure virtual |
Definition at line 112 of file gmock-matchers.h.
Referenced by MatchResultListener().

|
inline |
Definition at line 91 of file gmock-matchers.h.
|
inline |
Definition at line 98 of file gmock-matchers.h.
Referenced by testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::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(), and testing::internal::MatchPrintAndExplain().

|
inline |
Definition at line 104 of file gmock-matchers.h.
Referenced by 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(), and testing::internal::MatchPrintAndExplain().

1.8.11