Searched refs:normal_cb (Results 1 – 2 of 2) sorted by relevance
346 Closure normal_cb = Bind(&VoidFunc0); in TEST_F() local349 normal_cb.Run(); in TEST_F()389 Callback<int()> normal_cb = Bind(&IntFunc0); in TEST_F() local395 EXPECT_EQ(1337, normal_cb.Run()); in TEST_F()
347 Closure normal_cb = Bind(&VoidFunc0); in TEST_F() local350 normal_cb.Run(); in TEST_F()390 Callback<int()> normal_cb = Bind(&IntFunc0); in TEST_F() local396 EXPECT_EQ(1337, normal_cb.Run()); in TEST_F()