v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Types | |
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> | LhsView |
typedef LhsView::type | LhsStlContainer |
typedef LhsView::const_reference | LhsStlContainerReference |
typedef RemoveConstFromKey< typename LhsStlContainer::value_type >::type | LhsValue |
Public Member Functions | |
Impl (const Comparator &comparator, const ContainerMatcher &matcher) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (LhsContainer lhs, MatchResultListener *listener) const |
Definition at line 2625 of file gmock-matchers.h.
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsView |
Definition at line 2628 of file gmock-matchers.h.
typedef LhsView::type testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsStlContainer |
Definition at line 2629 of file gmock-matchers.h.
typedef LhsView::const_reference testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsStlContainerReference |
Definition at line 2630 of file gmock-matchers.h.
typedef RemoveConstFromKey< typename LhsStlContainer::value_type>::type testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsValue |
Definition at line 2634 of file gmock-matchers.h.
|
inline |
Definition at line 2636 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2639 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2644 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherInterface< LhsContainer >.
Definition at line 2649 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, GTEST_DISALLOW_COPY_AND_ASSIGN_, testing::MatchResultListener::IsInterested(), testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), testing::MatchResultListener::stream(), and testing::internal::UniversalPrint().