v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Static Public Member Functions | |
template<typename M > | |
static Matcher< T > | Cast (const M &polymorphic_matcher_or_value) |
template<typename U > | |
static Matcher< T > | Cast (const Matcher< U > &matcher) |
Definition at line 622 of file gmock-matchers.h.
|
inlinestatic |
Definition at line 627 of file gmock-matchers.h.
References testing::internal::MatcherCastImpl< T, M >::Cast().
Referenced by testing::SafeMatcherCast().
|
inlinestatic |
Definition at line 641 of file gmock-matchers.h.
References GMOCK_KIND_OF_, GTEST_COMPILE_ASSERT_, GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::internal::kOther.