Home | History | Annotate | Download | only in test

Lines Matching refs:n1

588   int n1 = 0;
590 EXPECT_FALSE(m2.Matches(n1));
3490 const NotCopyable n1(1), n2(2);
3491 EXPECT_TRUE(m.Matches(n1));
3499 NotCopyable n1(1), n2(2);
3500 EXPECT_FALSE(m.Matches(n1));