Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
BothOfMatcher (Matcher1 matcher1, Matcher2 matcher2) | |
template<typename T > | |
operator Matcher< T > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (BothOfMatcher) | |
Private Attributes | |
Matcher1 | matcher1_ |
Matcher2 | matcher2_ |
Definition at line 1638 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1638 of file gmock-matchers.h
|
inline |
Definition at line 1640 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1640 of file gmock-matchers.h
|
private |
|
inline |
Definition at line 1647 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1647 of file gmock-matchers.h
References testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher1_, and testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher2_.
|
private |
Definition at line 1653 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1653 of file gmock-matchers.h
Referenced by testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T >().
|
private |
Definition at line 1654 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1654 of file gmock-matchers.h
Referenced by testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T >().