Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dbind_unittest.cc975 CallbackType<TypeParam, int()> scoped_refptr_const_ref_cb = in TYPED_TEST() local
978 EXPECT_EQ(1, std::move(scoped_refptr_const_ref_cb).Run()); in TYPED_TEST()
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_unittest.cc1153 CallbackType<TypeParam, int()> scoped_refptr_const_ref_cb = TypeParam::Bind( in TYPED_TEST() local
1155 EXPECT_EQ(1, std::move(scoped_refptr_const_ref_cb).Run()); in TYPED_TEST()