Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc761 struct OnceTestConfig { struct
763 using CallbackType = OnceCallback<Signature>;
764 using ClosureType = OnceClosure;
768 Bind(F&& f, Args&&... args) { in Bind()