Home
last modified time | relevance | path

Searched refs:close_to_infinity_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1037 close_to_infinity_( in FloatingPointTest()
1068 EXPECT_TRUE(m4.Matches(-close_to_infinity_)); in TestMatches()
1071 EXPECT_TRUE(m5.Matches(close_to_infinity_)); in TestMatches()
1112 const RawType close_to_infinity_; member in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointTest
1152 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TestNearMatches()
1157 EXPECT_FALSE(m4.Matches(-ParentType::close_to_infinity_)); in TestNearMatches()