Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc752 struct RepeatingTestConfig { struct
754 using CallbackType = RepeatingCallback<Signature>;
755 using ClosureType = RepeatingClosure;
759 Bind(F&& f, Args&&... args) { in Bind()