Home | History | Annotate | Download | only in test

Lines Matching defs:r1

1230   const std::string& r1 = ref_wrapper;
1231 EXPECT_EQ(&s1, &r1);
1270 const int& r1 = ByRef<const int>(n);
1271 EXPECT_EQ(&n, &r1);