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

/external/chromium/base/
H A Dbind_helpers.h209 const T& Unwrap(ConstRefWrapper<T> const_ref) { argument
210 return const_ref.get();
/external/chromium/testing/gmock/test/
H A Dgmock-actions_test.cc1250 const int& const_ref = ByRef(n); local
1251 EXPECT_EQ(&n, &const_ref);
1263 const int& const_ref = ByRef(n); local
1264 EXPECT_EQ(&n, &const_ref);

Completed in 84 milliseconds