Searched defs:m6 (Results 26 - 27 of 27) sorted by relevance

12

/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2770 Matcher<const RawType&> m6 = matcher_maker(0.0); local
2771 EXPECT_TRUE(m6.Matches(-0.0));
2772 EXPECT_TRUE(m6.Matches(close_to_positive_zero_));
2773 EXPECT_FALSE(m6.Matches(1.0));
2863 Matcher<RawType> m6 = matcher_maker(-ParentType::max_, ParentType::max_); local
2864 EXPECT_FALSE(m6.Matches(ParentType::max_));
2865 EXPECT_TRUE(m6.Matches(-ParentType::max_));
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc2765 Matcher<const RawType&> m6 = matcher_maker(0.0); local
2766 EXPECT_TRUE(m6.Matches(-0.0));
2767 EXPECT_TRUE(m6.Matches(close_to_positive_zero_));
2768 EXPECT_FALSE(m6.Matches(1.0));
2852 Matcher<RawType> m6 = matcher_maker(-ParentType::max_, ParentType::max_); local
2853 EXPECT_FALSE(m6.Matches(ParentType::max_));
2854 EXPECT_TRUE(m6.Matches(-ParentType::max_));

Completed in 377 milliseconds

12