Home
last modified time | relevance | path

Searched defs:OnceTestConfig (Results 1 – 1 of 1) 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()