#include <gmock.h>
Static Public Member Functions | |
static Matcher< T > | Cast (M polymorphic_matcher_or_value) |
static Matcher< T > | Cast (M polymorphic_matcher_or_value) |
Static Private Member Functions | |
static Matcher< T > | CastImpl (M value, BooleanConstant< false >) |
static Matcher< T > | CastImpl (M polymorphic_matcher_or_value, BooleanConstant< true >) |
static Matcher< T > | CastImpl (M value, BooleanConstant< false >) |
static Matcher< T > | CastImpl (M polymorphic_matcher_or_value, BooleanConstant< true >) |
Definition at line 5142 of file fused-src/gmock/gmock.h.
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::Cast | ( | M | polymorphic_matcher_or_value | ) | [inline, static] |
Definition at line 492 of file gmock-matchers.h.
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::Cast | ( | M | polymorphic_matcher_or_value | ) | [inline, static] |
Definition at line 5144 of file fused-src/gmock/gmock.h.
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::CastImpl | ( | M | value, |
BooleanConstant< false > | |||
) | [inline, static, private] |
Definition at line 513 of file gmock-matchers.h.
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::CastImpl | ( | M | polymorphic_matcher_or_value, |
BooleanConstant< true > | |||
) | [inline, static, private] |
Definition at line 520 of file gmock-matchers.h.
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::CastImpl | ( | M | value, |
BooleanConstant< false > | |||
) | [inline, static, private] |
Definition at line 5165 of file fused-src/gmock/gmock.h.
static Matcher<T> testing::internal::MatcherCastImpl< T, M >::CastImpl | ( | M | polymorphic_matcher_or_value, |
BooleanConstant< true > | |||
) | [inline, static, private] |
Definition at line 5172 of file fused-src/gmock/gmock.h.