Home
last modified time | relevance | path

Searched defs:OnceTestConfig (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc764 struct OnceTestConfig { struct
766 using CallbackType = OnceCallback<Signature>;
767 using ClosureType = OnceClosure;
771 Bind(F&& f, Args&&... args) { in Bind()
/external/cronet/base/functional/
Dbind_unittest.cc964 struct OnceTestConfig { struct
966 using CallbackType = OnceCallback<Signature>;
967 using ClosureType = OnceClosure;
970 static CallbackType<internal::MakeUnboundRunType<F, Args...>> Bind( in Bind()