Searched defs:createT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkSmallAllocator.h61 T* createT() { function in class:SkSmallAllocator
70 template<typename T, typename A1> T* createT(const A1& a1) { function in class:SkSmallAllocator
80 T* createT(const A1& a1, const A2& a2) { function in class:SkSmallAllocator
90 T* createT(const A1& a1, const A2& a2, const A3& a3) { function in class:SkSmallAllocator
100 T* createT(const A1& a1, const A2& a2, const A3& a3, const A4& a4) { function in class:SkSmallAllocator
114 * Unlike createT(), this method will not call the constructor of T.
/external/skia/src/core/
H A DSkSmallAllocator.h61 T* createT() { function in class:SkSmallAllocator
70 template<typename T, typename A1> T* createT(const A1& a1) { function in class:SkSmallAllocator
80 T* createT(const A1& a1, const A2& a2) { function in class:SkSmallAllocator
90 T* createT(const A1& a1, const A2& a2, const A3& a3) { function in class:SkSmallAllocator
100 T* createT(const A1& a1, const A2& a2, const A3& a3, const A4& a4) { function in class:SkSmallAllocator
114 * Unlike createT(), this method will not call the constructor of T.

Completed in 115 milliseconds