Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc259 T PolymorphicIdentity(T t) { in PolymorphicIdentity() function
710 BindRepeating(&PolymorphicIdentity<DeleteCounter*>, Owned(counter)); in TEST_F()
734 BindOnce(&PolymorphicIdentity<DeleteCounter*>, Owned(counter)); in TEST_F()
810 TypeParam::Bind(&PolymorphicIdentity<NoRef*>, &no_ref); in TYPED_TEST()
891 EXPECT_EQ(&n, TypeParam::Bind(&PolymorphicIdentity<int*>, &n).Run()); in TYPED_TEST()
894 EXPECT_EQ(4, TypeParam::Bind(&PolymorphicIdentity<int>, 4).Run()); in TYPED_TEST()
902 TypeParam::Bind(&PolymorphicIdentity<IncompleteType*>, in TYPED_TEST()