Home
last modified time | relevance | path

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

/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3263 close_to_positive_zero_( in TEST()
3291 EXPECT_TRUE(m1.Matches(close_to_positive_zero_)); in TEST()
3295 Matcher<RawType> m2 = matcher_maker(close_to_positive_zero_); in TEST()
3319 EXPECT_TRUE(m6.Matches(close_to_positive_zero_)); in TEST()
3340 const RawType close_to_positive_zero_; in TEST() member in testing::gmock_matchers_test::__anond473036a0111::FloatingPointTest
3375 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TEST()
3426 EXPECT_TRUE(m10.Matches(ParentType::close_to_positive_zero_)); in TEST()