Home
last modified time | relevance | path

Searched refs:const_ref (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1657 const int& const_ref = ByRef(n); in TEST() local
1658 EXPECT_EQ(&n, &const_ref); in TEST()
1670 const int& const_ref = ByRef(n); in TEST() local
1671 EXPECT_EQ(&n, &const_ref); in TEST()