Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc805 ClosureType normal_cb = TypeParam::Bind(&VoidFunc0); in TYPED_TEST() local
808 std::move(normal_cb).Run(); in TYPED_TEST()
857 CallbackType<TypeParam, int()> normal_cb = TypeParam::Bind(&IntFunc0); in TYPED_TEST() local
866 EXPECT_EQ(1337, std::move(normal_cb).Run()); in TYPED_TEST()