Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc749 struct RepeatingTestConfig { struct
751 using CallbackType = RepeatingCallback<Signature>;
752 using ClosureType = RepeatingClosure;
756 Bind(F&& f, Args&&... args) { in Bind()