#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
template<typename T > | |
bool | MatchAndExplain (T &x, MatchResultListener *) const |
template<typename T > | |
bool | MatchAndExplain (T &x, MatchResultListener *) const |
TrulyMatcher (Predicate pred) | |
TrulyMatcher (Predicate pred) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (TrulyMatcher) | |
GTEST_DISALLOW_ASSIGN_ (TrulyMatcher) | |
Private Attributes | |
Predicate | predicate_ |
Definition at line 6334 of file fused-src/gmock/gmock.h.
testing::internal::TrulyMatcher< Predicate >::TrulyMatcher | ( | Predicate | pred | ) | [inline, explicit] |
Definition at line 6336 of file fused-src/gmock/gmock.h.
testing::internal::TrulyMatcher< Predicate >::TrulyMatcher | ( | Predicate | pred | ) | [inline, explicit] |
Definition at line 1684 of file gmock-matchers.h.
void testing::internal::TrulyMatcher< Predicate >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1708 of file gmock-matchers.h.
void testing::internal::TrulyMatcher< Predicate >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 6360 of file fused-src/gmock/gmock.h.
void testing::internal::TrulyMatcher< Predicate >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 1704 of file gmock-matchers.h.
void testing::internal::TrulyMatcher< Predicate >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 6356 of file fused-src/gmock/gmock.h.
testing::internal::TrulyMatcher< Predicate >::GTEST_DISALLOW_ASSIGN_ | ( | TrulyMatcher< Predicate > | ) | [private] |
testing::internal::TrulyMatcher< Predicate >::GTEST_DISALLOW_ASSIGN_ | ( | TrulyMatcher< Predicate > | ) | [private] |
bool testing::internal::TrulyMatcher< Predicate >::MatchAndExplain | ( | T & | x, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 1691 of file gmock-matchers.h.
bool testing::internal::TrulyMatcher< Predicate >::MatchAndExplain | ( | T & | x, |
MatchResultListener * | |||
) | const [inline] |
Definition at line 6343 of file fused-src/gmock/gmock.h.
Predicate testing::internal::TrulyMatcher< Predicate >::predicate_ [private] |
Definition at line 6365 of file fused-src/gmock/gmock.h.