Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc1053 Callback<TypeParam(TypeParam)> cb_unbound = Bind(&PassThru<TypeParam>); in TYPED_TEST() local
1054 cb_unbound.Run(std::move(ptr)); in TYPED_TEST()