Home | History | Annotate | Download | only in test

Lines Matching defs:m6

2614     Matcher<const RawType&> m6 = matcher_maker(0.0);
2615 EXPECT_TRUE(m6.Matches(-0.0));
2616 EXPECT_TRUE(m6.Matches(close_to_positive_zero_));
2617 EXPECT_FALSE(m6.Matches(1.0));