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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56029.C61 struct BindState;
66 Callback (BindState <Runnable, BindRunType, BoundArgsType> *bind_state) : CallbackBase (bind_state) {}
99 struct BindState <Runnable, RunType, void ()> : BindStateBase struct in inherits:BindStateBase
102 typedef Invoker <0, BindState, RunType> InvokerType;
104 BindState (Runnable):runnable_ () {} function in struct:BindState
108 Callback <typename BindState <typename FunctorTraits <Functor>::RunnableType, typename FunctorTraits <Functor>::RunType, void ()>::UnboundRunType>
113 typedef BindState <RunnableType, RunType, void ()> BindState; typedef
114 Callback <typename BindState::UnboundRunType> (new BindState (MakeRunnabl
[all...]

Completed in 88 milliseconds