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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56029.C84 typedef RunnableAdapter <T> RunnableType; typedef in struct:FunctorTraits
85 typedef typename RunnableType::RunType RunType;
88 typename FunctorTraits <T>::RunnableType MakeRunnable (T)
101 typedef Runnable RunnableType; typedef in struct:BindState
105 RunnableType runnable_;
108 Callback <typename BindState <typename FunctorTraits <Functor>::RunnableType, typename FunctorTraits <Functor>::RunType, void ()>::UnboundRunType>
111 typedef typename FunctorTraits <Functor>::RunnableType RunnableType; typedef
113 typedef BindState <RunnableType, RunType, void ()> BindState;

Completed in 33 milliseconds