v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Types | |
typedef StlContainerView< RawContainer > | View |
typedef View::type | StlContainer |
typedef View::const_reference | StlContainerReference |
typedef StlContainer::value_type | Element |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
template<typename InnerMatcher > | |
QuantifierMatcherImpl (InnerMatcher inner_matcher) | |
bool | MatchAndExplainImpl (bool all_elements_should_match, Container container, MatchResultListener *listener) const |
virtual bool | MatchAndExplain (Container x, MatchResultListener *listener) const =0 |
virtual void | DescribeTo (::std::ostream *os) const =0 |
virtual void | DescribeNegationTo (::std::ostream *os) const |
Protected Member Functions | |
GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
Protected Attributes | |
const Matcher< const Element & > | inner_matcher_ |
Definition at line 2800 of file gmock-matchers.h.
typedef StlContainerView<RawContainer> testing::internal::QuantifierMatcherImpl< Container >::View |
Definition at line 2803 of file gmock-matchers.h.
typedef View::type testing::internal::QuantifierMatcherImpl< Container >::StlContainer |
Definition at line 2804 of file gmock-matchers.h.
typedef View::const_reference testing::internal::QuantifierMatcherImpl< Container >::StlContainerReference |
Definition at line 2805 of file gmock-matchers.h.
typedef StlContainer::value_type testing::internal::QuantifierMatcherImpl< Container >::Element |
Definition at line 2806 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 2809 of file gmock-matchers.h.
typedef testing::internal::QuantifierMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inline |
Definition at line 2816 of file gmock-matchers.h.
References testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().
|
protected |
|
pure virtualinherited |
Implemented in testing::internal::UnorderedElementsAreMatcherImpl< Container >, testing::internal::ElementsAreMatcherImpl< Container >, testing::internal::EachMatcherImpl< Container >, testing::internal::ContainsMatcherImpl< Container >, testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >, and testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >.
|
pure virtualinherited |
Implemented in testing::internal::UnorderedElementsAreMatcherImpl< Container >, testing::internal::ElementsAreMatcherImpl< Container >, testing::internal::PairMatcherImpl< PairType >, testing::internal::KeyMatcherImpl< PairType >, testing::internal::EachMatcherImpl< Container >, testing::internal::ContainsMatcherImpl< Container >, testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >, testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >, testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >, testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >, testing::internal::FloatingEqMatcher< FloatType >::Impl< T >, testing::internal::EitherOfMatcherImpl< T >, testing::internal::BothOfMatcherImpl< T >, testing::internal::NotMatcherImpl< T >, testing::internal::AnyMatcherImpl< T >, and testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >.
|
inlinevirtualinherited |
Reimplemented in testing::internal::UnorderedElementsAreMatcherImpl< Container >, testing::internal::ElementsAreMatcherImpl< Container >, testing::internal::PairMatcherImpl< PairType >, testing::internal::KeyMatcherImpl< PairType >, testing::internal::EachMatcherImpl< Container >, testing::internal::ContainsMatcherImpl< Container >, testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >, testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >, testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >, testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >, testing::internal::FloatingEqMatcher< FloatType >::Impl< T >, testing::internal::EitherOfMatcherImpl< T >, testing::internal::BothOfMatcherImpl< T >, testing::internal::NotMatcherImpl< T >, testing::internal::AnyMatcherImpl< T >, and testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >.
Definition at line 134 of file gmock-matchers.h.
|
protected |
Definition at line 2837 of file gmock-matchers.h.