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