Home | History | Annotate | Download | only in test

Lines Matching defs:const_ref

1283   const int& const_ref = ByRef(n);
1284 EXPECT_EQ(&n, &const_ref);
1296 const int& const_ref = ByRef(n);
1297 EXPECT_EQ(&n, &const_ref);