Searched defs:RepeatingTestConfig (Results 1 – 1 of 1) sorted by relevance
749 struct RepeatingTestConfig { struct751 using CallbackType = RepeatingCallback<Signature>;752 using ClosureType = RepeatingClosure;756 Bind(F&& f, Args&&... args) { in Bind()