Home | History | Annotate | Download | only in test

Lines Matching refs:ref_n

2383   const Matcher<const int&> ref_n = Ref(n);
2384 EXPECT_TRUE(Value(n, ref_n));
2385 EXPECT_FALSE(Value(1, ref_n));