#include <gmock.h>
Public Types | |
typedef Functor::result_type | ResultType |
typedef Functor::result_type | ResultType |
typedef Functor | StorageType |
typedef Functor | StorageType |
Static Public Member Functions | |
static void | CheckIsValid (Functor) |
static void | CheckIsValid (Functor) |
template<typename T > | |
static ResultType | Invoke (Functor f, T arg) |
template<typename T > | |
static ResultType | Invoke (Functor f, T arg) |
Definition at line 6782 of file fused-src/gmock/gmock.h.
typedef Functor::result_type testing::internal::CallableTraits< Functor >::ResultType |
Definition at line 2131 of file gmock-matchers.h.
typedef Functor::result_type testing::internal::CallableTraits< Functor >::ResultType |
Definition at line 6783 of file fused-src/gmock/gmock.h.
typedef Functor testing::internal::CallableTraits< Functor >::StorageType |
Definition at line 2132 of file gmock-matchers.h.
typedef Functor testing::internal::CallableTraits< Functor >::StorageType |
Definition at line 6784 of file fused-src/gmock/gmock.h.
static void testing::internal::CallableTraits< Functor >::CheckIsValid | ( | Functor | ) | [inline, static] |
Definition at line 2134 of file gmock-matchers.h.
static void testing::internal::CallableTraits< Functor >::CheckIsValid | ( | Functor | ) | [inline, static] |
Definition at line 6786 of file fused-src/gmock/gmock.h.
static ResultType testing::internal::CallableTraits< Functor >::Invoke | ( | Functor | f, |
T | arg | ||
) | [inline, static] |
Definition at line 2136 of file gmock-matchers.h.
static ResultType testing::internal::CallableTraits< Functor >::Invoke | ( | Functor | f, |
T | arg | ||
) | [inline, static] |
Definition at line 6788 of file fused-src/gmock/gmock.h.