Home
last modified time | relevance | path

Searched refs:PolymorphicIdentity (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/
Dbind_unittest.cc158 T PolymorphicIdentity(T t) { in PolymorphicIdentity() function
337 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_); in TEST_F()
450 Bind(&PolymorphicIdentity<int*>, &n); in TEST_F()
461 Bind(&PolymorphicIdentity<int>, 4); in TEST_F()
471 Bind(&PolymorphicIdentity<IncompleteType*>, incomplete_ptr); in TEST_F()
689 Bind(&PolymorphicIdentity<DeleteCounter*>, Owned(counter)); in TEST_F()
Dbind_unittest.nc55 T PolymorphicIdentity(T t) {
112 Bind(&PolymorphicIdentity<NoRef*>, const_no_ref_ptr);
124 Bind(&PolymorphicIdentity<NoRefParent*>, const_child_ptr);