Searched refs:not_m1 (Results 1 – 2 of 2) sorted by relevance
448 const Matcher<int> not_m1 = Not(m1); in TEST() local449 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()
552 const Matcher<int> not_m1 = Not(m1); in TEST() local553 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()