Searched refs:const_ref (Results 1 – 1 of 1) sorted by relevance
1721 const int& const_ref = ByRef(n); in TEST() local1722 EXPECT_EQ(&n, &const_ref); in TEST()1734 const int& const_ref = ByRef(n); in TEST() local1735 EXPECT_EQ(&n, &const_ref); in TEST()