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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1897 expected_(expected), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {
1905 : expected_(expected),
1917 : expected_(expected),
1923 const FloatingPoint<FloatType> actual(value), expected(expected_);
1935 // of error bounds. If the result of value - expected_ would result in
1938 if (value == expected_) {
1942 const FloatType diff = value - expected_;
1948 *listener << "which is " << diff << " from " << expected_; local
1962 if (FloatingPoint<FloatType>(expected_).is_nan()) {
1969 *os << "is approximately " << expected_; local
1988 *os << "isn't approximately " << expected_; local
2002 const FloatType expected_; member in class:testing::internal::FloatingEqMatcher::Impl
2032 const FloatType expected_; member in class:testing::internal::FloatingEqMatcher
2600 const StlContainer expected_; member in class:testing::internal::ContainerEqMatcher
[all...]

Completed in 24 milliseconds