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