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

/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc1253 const int& const_ref = ByRef(n); local
1254 EXPECT_EQ(&n, &const_ref);
1266 const int& const_ref = ByRef(n); local
1267 EXPECT_EQ(&n, &const_ref);

Completed in 247 milliseconds