Home | History | Annotate | Download | only in test

Lines Matching refs:n2

3384   const int n2 = 1;
3387 EXPECT_FALSE(matcher2.Matches(n2));
3391 EXPECT_FALSE(matcher3.Matches(n2));
3490 const NotCopyable n1(1), n2(2);
3492 EXPECT_FALSE(m.Matches(n2));
3499 NotCopyable n1(1), n2(2);
3501 EXPECT_TRUE(m.Matches(n2));