Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc808 ClosureType normal_cb = TypeParam::Bind(&VoidFunc0); in TYPED_TEST() local
811 std::move(normal_cb).Run(); in TYPED_TEST()
860 CallbackType<TypeParam, int()> normal_cb = TypeParam::Bind(&IntFunc0); in TYPED_TEST() local
869 EXPECT_EQ(1337, std::move(normal_cb).Run()); in TYPED_TEST()