Searched defs:SkFunctionWrapper (Results 1 – 2 of 2) sorted by relevance
49 template <typename R, typename T, R (*P)(T*)> struct SkFunctionWrapper { struct62 : public std::unique_ptr<T, SkFunctionWrapper<void, T, P>> { argument
52 template <typename T, T* P> struct SkFunctionWrapper { struct