#include <gmock.h>
Static Public Member Functions | |
template<typename M > | |
static Matcher< T > | Cast (M polymorphic_matcher_or_value) |
template<typename U > | |
static Matcher< T > | Cast (const Matcher< U > &matcher) |
template<typename M > | |
static Matcher< T > | Cast (M polymorphic_matcher_or_value) |
template<typename U > | |
static Matcher< T > | Cast (const Matcher< U > &matcher) |
Definition at line 5249 of file fused-src/gmock/gmock.h.
static Matcher<T> testing::SafeMatcherCastImpl< T >::Cast | ( | M | polymorphic_matcher_or_value | ) | [inline, static] |
Definition at line 602 of file gmock-matchers.h.
static Matcher<T> testing::SafeMatcherCastImpl< T >::Cast | ( | const Matcher< U > & | matcher | ) | [inline, static] |
Definition at line 616 of file gmock-matchers.h.
static Matcher<T> testing::SafeMatcherCastImpl< T >::Cast | ( | M | polymorphic_matcher_or_value | ) | [inline, static] |
Definition at line 5254 of file fused-src/gmock/gmock.h.
static Matcher<T> testing::SafeMatcherCastImpl< T >::Cast | ( | const Matcher< U > & | matcher | ) | [inline, static] |
Definition at line 5268 of file fused-src/gmock/gmock.h.