Searched defs:FunctionPtr (Results 1 – 3 of 3) sorted by relevance
5 typedef T (FunctionPtr)(); typedef in Foo
190 typedef void (__stdcall* FunctionPtr) (void); typedef
226 using FunctionPtr = std::shared_ptr<Function>; variable