Home | History | Annotate | Download | only in Platform

Lines Matching defs:FunctionType

60     typedef void (C::*FunctionType)();
62 MemberFunctionWorkItem0(C* ptr, FunctionType function)
80 FunctionType m_function;
88 typedef void (C::*FunctionType)(T0);
90 MemberFunctionWorkItem1(C* ptr, FunctionType function, T0 t0)
109 FunctionType m_function;
118 typedef void (C::*FunctionType)(T0, T1);
120 MemberFunctionWorkItem2(C* ptr, FunctionType function, T0 t0, T1 t1)
140 FunctionType m_function;
167 typedef void (*FunctionType)();
169 FunctionWorkItem0(FunctionType function)
179 FunctionType m_function;