Searched refs:PolymorphicIdentity (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/ |
D | bind_unittest.cc | 168 T PolymorphicIdentity(T t) { in PolymorphicIdentity() function 348 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_); in TEST_F() 461 Bind(&PolymorphicIdentity<int*>, &n); in TEST_F() 472 Bind(&PolymorphicIdentity<int>, 4); in TEST_F() 482 Bind(&PolymorphicIdentity<IncompleteType*>, incomplete_ptr); in TEST_F() 703 Bind(&PolymorphicIdentity<DeleteCounter*>, Owned(counter)); in TEST_F()
|
/external/libweave/third_party/chromium/base/ |
D | bind_unittest.cc | 169 T PolymorphicIdentity(T t) { in PolymorphicIdentity() function 349 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_); in TEST_F() 462 Bind(&PolymorphicIdentity<int*>, &n); in TEST_F() 473 Bind(&PolymorphicIdentity<int>, 4); in TEST_F() 483 Bind(&PolymorphicIdentity<IncompleteType*>, incomplete_ptr); in TEST_F() 704 Bind(&PolymorphicIdentity<DeleteCounter*>, Owned(counter)); in TEST_F()
|