Home | History | Annotate | Download | only in test

Lines Matching refs:const_ref

1250   const int& const_ref = ByRef(n);
1251 EXPECT_EQ(&n, &const_ref);
1263 const int& const_ref = ByRef(n);
1264 EXPECT_EQ(&n, &const_ref);