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

/external/libchrome/base/
H A Dbind_helpers.h474 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) { argument
475 return const_ref.get();
/external/libweave/third_party/chromium/base/
H A Dbind_helpers.h413 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) { argument
414 return const_ref.get();
/external/gmock/test/
H A Dgmock-actions_test.cc1201 const int& const_ref = ByRef(n); local
1202 EXPECT_EQ(&n, &const_ref);
1214 const int& const_ref = ByRef(n); local
1215 EXPECT_EQ(&n, &const_ref);
/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 414 milliseconds