Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Classes | |
class | MonomorphicImpl |
Public Member Functions | |
PolymorphicMatcher (const Impl &an_impl) | |
Impl & | mutable_impl () |
const Impl & | impl () const |
template<typename T > | |
operator Matcher< T > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (PolymorphicMatcher) | |
Private Attributes | |
Impl | impl_ |
Definition at line 430 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 430 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 432 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 432 of file gmock-matchers.h
|
private |
|
inline |
Definition at line 440 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 440 of file gmock-matchers.h
References testing::PolymorphicMatcher< Impl >::impl_.
Referenced by testing::gmock_matchers_test::TEST().
|
inline |
Definition at line 436 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 436 of file gmock-matchers.h
References testing::PolymorphicMatcher< Impl >::impl_.
Referenced by testing::gmock_matchers_test::TEST().
|
inline |
Definition at line 443 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 443 of file gmock-matchers.h
References testing::PolymorphicMatcher< Impl >::impl_.
|
private |
Definition at line 471 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 471 of file gmock-matchers.h
Referenced by testing::PolymorphicMatcher< Impl >::impl(), testing::PolymorphicMatcher< Impl >::mutable_impl(), and testing::PolymorphicMatcher< Impl >::operator Matcher< T >().