Home | History | Annotate | Download | only in test

Lines Matching refs:ref_n

3006   const Matcher<const int&> ref_n = Ref(n);
3007 EXPECT_TRUE(Value(n, ref_n));
3008 EXPECT_FALSE(Value(1, ref_n));