v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Types | |
typedef RawPairType::first_type | KeyType |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
template<typename InnerMatcher > | |
KeyMatcherImpl (InnerMatcher inner_matcher) | |
virtual bool | MatchAndExplain (PairType key_value, MatchResultListener *listener) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
Definition at line 2939 of file gmock-matchers.h.
typedef RawPairType::first_type testing::internal::KeyMatcherImpl< PairType >::KeyType |
Definition at line 2942 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 2945 of file gmock-matchers.h.
typedef testing::internal::KeyMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< PairType >.
Definition at line 2951 of file gmock-matchers.h.
References testing::StringMatchResultListener::str().
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2964 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2970 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_.