Searched refs:PolymorphicIdentity (Results 1 – 1 of 1) sorted by relevance
261 T PolymorphicIdentity(T t) { in PolymorphicIdentity() function707 BindRepeating(&PolymorphicIdentity<DeleteCounter*>, Owned(counter)); in TEST_F()731 BindOnce(&PolymorphicIdentity<DeleteCounter*>, Owned(counter)); in TEST_F()807 TypeParam::Bind(&PolymorphicIdentity<NoRef*>, &no_ref); in TYPED_TEST()888 EXPECT_EQ(&n, TypeParam::Bind(&PolymorphicIdentity<int*>, &n).Run()); in TYPED_TEST()891 EXPECT_EQ(4, TypeParam::Bind(&PolymorphicIdentity<int>, 4).Run()); in TYPED_TEST()899 TypeParam::Bind(&PolymorphicIdentity<IncompleteType*>, in TYPED_TEST()