#include <gmock.h>
Classes | |
class | Impl |
Public Member Functions | |
FloatingEqMatcher (FloatType expected, bool nan_eq_nan) | |
FloatingEqMatcher (FloatType expected, bool nan_eq_nan, FloatType max_abs_error) | |
operator Matcher< const FloatType & > () const | |
operator Matcher< FloatType & > () const | |
operator Matcher< FloatType > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (FloatingEqMatcher) | |
Private Attributes | |
const FloatType | expected_ |
const FloatType | max_abs_error_ |
const bool | nan_eq_nan_ |
Definition at line 6707 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6715 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6722 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inline |
Definition at line 6840 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6845 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6835 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6851 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6854 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6852 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.