Home | History | Annotate | Download | only in test

Lines Matching defs:r3

1241   const std::string& r3 = ref_wrapper;
1242 EXPECT_EQ(&s1, &r3);
1280 const Derived& r3 = ByRef<const Derived>(d);
1281 EXPECT_EQ(&d, &r3);