Searched refs:Runnable (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56029.C65 template <typename Runnable, typename BindRunType, typename BoundArgsType>
66 Callback (BindState <Runnable, BindRunType, BoundArgsType> *bind_state) : CallbackBase (bind_state) {} argument
98 template <typename Runnable, typename RunType>
99 struct BindState <Runnable, RunType, void ()> : BindStateBase
101 typedef Runnable RunnableType;
104 BindState (Runnable):runnable_ () {}

Completed in 86 milliseconds