Searched refs:scoped_refptr_const_ref_cb (Results 1 – 2 of 2) sorted by relevance
975 CallbackType<TypeParam, int()> scoped_refptr_const_ref_cb = in TYPED_TEST() local978 EXPECT_EQ(1, std::move(scoped_refptr_const_ref_cb).Run()); in TYPED_TEST()
1153 CallbackType<TypeParam, int()> scoped_refptr_const_ref_cb = TypeParam::Bind( in TYPED_TEST() local1155 EXPECT_EQ(1, std::move(scoped_refptr_const_ref_cb).Run()); in TYPED_TEST()