Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1027 close_to_positive_zero_( in FloatingPointTest()
1052 EXPECT_TRUE(m1.Matches(close_to_positive_zero_)); in TestMatches()
1056 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_); in TestMatches()
1080 EXPECT_TRUE(m6.Matches(close_to_positive_zero_)); in TestMatches()
1101 const RawType close_to_positive_zero_; member in testing::gmock_matchers_test::__anon3001::FloatingPointTest
1135 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()
1186 EXPECT_TRUE(m10.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()

Completed in 3 milliseconds