Searched refs:expected_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2099 expected_(expected), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {
2107 : expected_(expected),
2119 : expected_(expected),
2125 const FloatingPoint<FloatType> actual(value), expected(expected_);
2137 // of error bounds. If the result of value - expected_ would result in
2140 if (value == expected_) {
2144 const FloatType diff = value - expected_;
2150 *listener << "which is " << diff << " from " << expected_; local
2164 if (FloatingPoint<FloatType>(expected_).is_nan()) {
2171 *os << "is approximately " << expected_; local
2190 *os << "isn't approximately " << expected_; local
2204 const FloatType expected_; member in class:testing::internal::FloatingEqMatcher::Impl
2234 const FloatType expected_; member in class:testing::internal::FloatingEqMatcher
2913 const StlContainer expected_; member in class:testing::internal::ContainerEqMatcher
[all...]

Completed in 165 milliseconds