Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Classes | |
class | Impl |
Public Types | |
typedef CallableTraits < Callable >::ResultType | ResultType |
Public Member Functions | |
ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher) | |
template<typename T > | |
operator Matcher< T > () const | |
Private Types | |
typedef CallableTraits < Callable >::StorageType | CallableStorageType |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ResultOfMatcher) | |
Private Attributes | |
const CallableStorageType | callable_ |
const Matcher< ResultType > | matcher_ |
Definition at line 2337 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2337 of file gmock-matchers.h
|
private |
Definition at line 2352 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2352 of file gmock-matchers.h
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType |
Definition at line 2339 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2339 of file gmock-matchers.h
|
inline |
Definition at line 2341 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2341 of file gmock-matchers.h
References testing::internal::ResultOfMatcher< Callable >::callable_, and testing::internal::CallableTraits< Functor >::CheckIsValid().
|
private |
|
inline |
Definition at line 2347 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2347 of file gmock-matchers.h
References testing::internal::ResultOfMatcher< Callable >::callable_, and testing::internal::ResultOfMatcher< Callable >::matcher_.
|
private |
Definition at line 2391 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2391 of file gmock-matchers.h
Referenced by testing::internal::ResultOfMatcher< Callable >::operator Matcher< T >(), and testing::internal::ResultOfMatcher< Callable >::ResultOfMatcher().
|
private |
Definition at line 2392 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2392 of file gmock-matchers.h
Referenced by testing::internal::ResultOfMatcher< Callable >::operator Matcher< T >().