Searched defs:TaskFunc (Results 1 – 5 of 5) sorted by relevance
28 using TaskFunc = std::function<void(std::any param)>; variable
32 typedef void (*TaskFunc)(void *context); typedef
29 using TaskFunc = std::function<void(CanvasPaintMethod&)>; variable
35 using TaskFunc = std::function<void(RenderCustomPaint&, const Offset&)>; variable
65 typedef void (*TaskFunc)(HcTaskBase *task); typedef