Searched refs:not_m2 (Results 1 – 2 of 2) sorted by relevance
459 const Matcher<char> not_m2 = Not(m2); in TEST() local460 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()
563 const Matcher<char> not_m2 = Not(m2); in TEST() local564 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()