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 < Container > | View |
typedef View::type | StlContainer |
typedef View::const_reference | StlContainerReference |
Public Member Functions | |
ContainerEqMatcher (const Container &expected) | |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
template<typename LhsContainer > | |
bool | MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher) | |
Private Attributes | |
const StlContainer | expected_ |
Definition at line 2521 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2521 of file gmock-matchers.h
typedef View::type testing::internal::ContainerEqMatcher< Container >::StlContainer |
Definition at line 2524 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2524 of file gmock-matchers.h
typedef View::const_reference testing::internal::ContainerEqMatcher< Container >::StlContainerReference |
Definition at line 2525 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2525 of file gmock-matchers.h
typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View |
Definition at line 2523 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2523 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 2529 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2529 of file gmock-matchers.h
References GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::StaticAssertTypeEq().
|
inline |
Definition at line 2541 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2541 of file gmock-matchers.h
References testing::internal::ContainerEqMatcher< Container >::expected_, and testing::internal::UniversalPrint().
|
inline |
Definition at line 2537 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2537 of file gmock-matchers.h
References testing::internal::ContainerEqMatcher< Container >::expected_, and testing::internal::UniversalPrint().
|
private |
|
inline |
Definition at line 2547 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2547 of file gmock-matchers.h
References testing::internal::ArrayAwareFind(), testing::internal::ContainerEqMatcher< Container >::expected_, it, os, testing::MatchResultListener::stream(), parse_cmake_options::type, and testing::internal::UniversalPrint().
|
private |
Definition at line 2600 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2600 of file gmock-matchers.h
Referenced by testing::internal::ContainerEqMatcher< Container >::DescribeNegationTo(), testing::internal::ContainerEqMatcher< Container >::DescribeTo(), and testing::internal::ContainerEqMatcher< Container >::MatchAndExplain().