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

/external/libchrome/base/
H A Dbind_unittest.cc926 CallbackType<TypeParam, void(int&)> unbound_ref_cb = local
944 CallbackType<TypeParam, void(int&)> unbound_ref_cb = local
946 std::move(unbound_ref_cb).Run(n);

Completed in 174 milliseconds