OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkAutoTCallIProc
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/private/
SkTemplates.h
69
/** \class
SkAutoTCallIProc
77
template <typename T, int (*P)(T*)> class
SkAutoTCallIProc
80
SkAutoTCallIProc
(T* obj): std::unique_ptr<T, SkFunctionWrapper<int, T, P>>(obj) {}
/external/skqp/include/private/
SkTemplates.h
69
/** \class
SkAutoTCallIProc
77
template <typename T, int (*P)(T*)> class
SkAutoTCallIProc
80
SkAutoTCallIProc
(T* obj): std::unique_ptr<T, SkFunctionWrapper<int, T, P>>(obj) {}
Completed in 47 milliseconds