Home | History | Annotate | Download | only in base

Lines Matching defs:const_ref

1456   auto const_ref = ConstRef(p);
1457 EXPECT_EQ(&p, &internal::Unwrap(const_ref));
1458 EXPECT_EQ(&p, &internal::Unwrap(std::move(const_ref)));