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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc1283 const int& const_ref = ByRef(n); local
1284 EXPECT_EQ(&n, &const_ref);
1296 const int& const_ref = ByRef(n); local
1297 EXPECT_EQ(&n, &const_ref);

Completed in 5 milliseconds