Searched defs:TaskFunc (Results 1 – 4 of 4) sorted by relevance
36 template <class T> using TaskFunc = int32_t (T::*)(const std::string &); variable
32 typedef void (*TaskFunc)(void *context); typedef
25 using TaskFunc = std::function<void(CanvasPaintMethod&, PaintWrapper*)>; variable
35 using TaskFunc = std::function<void(RenderCustomPaint&, const Offset&)>; variable