#include <gmock.h>

Public Member Functions | |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const |
| Impl (FloatType expected, bool nan_eq_nan, FloatType max_abs_error) | |
| virtual bool | MatchAndExplain (T value, MatchResultListener *listener) const |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (Impl) | |
| bool | HasMaxAbsError () const |
Private Attributes | |
| const FloatType | expected_ |
| const FloatType | max_abs_error_ |
| const bool | nan_eq_nan_ |
Definition at line 6733 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6735 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 6796 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 6775 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inlineprivate |
Definition at line 6817 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
Definition at line 6740 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6821 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6824 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6822 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.