Home | History | Annotate | Download | only in test

Lines Matching refs:n2

3487   const int n2 = 1;
3490 EXPECT_FALSE(matcher2.Matches(n2));
3494 EXPECT_FALSE(matcher3.Matches(n2));
3593 const NotCopyable n1(1), n2(2);
3595 EXPECT_FALSE(m.Matches(n2));
3602 NotCopyable n1(1), n2(2);
3604 EXPECT_TRUE(m.Matches(n2));