Home | History | Annotate | Download | only in test

Lines Matching full:is_negative

1149   Matcher<int> is_negative = Lt(0);
1152 EXPECT_THAT(p, Not(Key(is_negative)));
1265 Matcher<int> is_negative = Lt(0);
1268 EXPECT_THAT(p, Not(Pair(is_negative, _)));
1270 EXPECT_THAT(p, Not(Pair(_, is_negative)));