Lines Matching refs:n1
623 int n1 = 0;625 EXPECT_FALSE(m2.Matches(n1));3593 const NotCopyable n1(1), n2(2);3594 EXPECT_TRUE(m.Matches(n1));3602 NotCopyable n1(1), n2(2);3603 EXPECT_FALSE(m.Matches(n1));