Searched defs:const_ref_copies_cb (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dbind_unittest.cc407 Callback<int(void)> const_ref_copies_cb = Bind(&Identity, const_ref_n); local
408 EXPECT_EQ(n, const_ref_copies_cb.Run());
410 EXPECT_EQ(n - 1, const_ref_copies_cb.Run());

Completed in 254 milliseconds