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

/external/chromium/base/
H A Dbind_unittest.cc142 T PolymorphicIdentity(T t) { function in namespace:base::__anon1481
328 Bind(&PolymorphicIdentity<int*>, &n);
339 Bind(&PolymorphicIdentity<int>, 4);
579 // Bind(&PolymorphicIdentity<Parent*>, const_parent_ptr);
582 // Bind(&PolymorphicIdentity<Parent*>, const_child_ptr);

Completed in 17 milliseconds