Searched defs:OnceTestConfig (Results 1 – 2 of 2) sorted by relevance
764 struct OnceTestConfig { struct766 using CallbackType = OnceCallback<Signature>;767 using ClosureType = OnceClosure;771 Bind(F&& f, Args&&... args) { in Bind()
945 struct OnceTestConfig { struct947 using CallbackType = OnceCallback<Signature>;948 using ClosureType = OnceClosure;951 static auto Bind(F&& f, Args&&... args) { in Bind()