Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/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 |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (Impl) | |
Private Attributes | |
const Comparator | comparator_ |
const Matcher< const ::std::vector< LhsValue > & > | matcher_ |
Definition at line 2625 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2625 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.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 2634 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.
View newest version in sPHENIX GitHub at line 2628 of file gmock-matchers.h
|
inline |
Definition at line 2636 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2636 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2644 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2644 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeNegationTo(), and testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::matcher_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2639 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2639 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::matcher_.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< LhsContainer >.
Definition at line 2649 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2649 of file gmock-matchers.h
References testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::comparator_, testing::internal::StlContainerView< RawContainer >::ConstReference(), testing::MatchResultListener::IsInterested(), testing::internal::MatcherBase< T >::MatchAndExplain(), testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::matcher_, testing::internal::MatcherBase< T >::Matches(), testing::internal::PrintIfNotEmpty(), Acts::Experimental::detail::BlueprintHelper::sort(), testing::StringMatchResultListener::str(), testing::MatchResultListener::stream(), and testing::internal::UniversalPrint().
|
private |
Definition at line 2675 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2675 of file gmock-matchers.h
Referenced by testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain().
|
private |
Definition at line 2676 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2676 of file gmock-matchers.h
Referenced by testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::DescribeNegationTo(), testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::DescribeTo(), and testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain().