|
GNU Radio's DSD Package
|
#include <gmock-matchers.h>
Public Types | |
| typedef internal::StlContainerView< RawContainer > | View |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
| typedef StlContainer::value_type | Element |
| typedef internal::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 InputIter> | |
| ElementsAreMatcherImpl (InputIter first, InputIter last) | |
| virtual void | DescribeTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
| template<typename InputIter> | |
| ElementsAreMatcherImpl (InputIter first, InputIter last) | |
| virtual void | DescribeTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
| Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
| virtual | ~MatcherDescriberInterface () |
| typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element |
| typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element |
| typedef View::type testing::internal::ElementsAreMatcherImpl< Container >::StlContainer |
| typedef View::type testing::internal::ElementsAreMatcherImpl< Container >::StlContainer |
| typedef View::const_reference testing::internal::ElementsAreMatcherImpl< Container >::StlContainerReference |
| typedef View::const_reference testing::internal::ElementsAreMatcherImpl< Container >::StlContainerReference |
| typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View |
| typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View |
|
inline |
References testing::MatcherCast().
|
inline |
References testing::MatcherCast().
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
| typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
| typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
References testing::internal::StlContainerView< RawContainer >::ConstReference(), testing::MatchResultListener::IsInterested(), testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().
|
inlinevirtual |