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

/external/skia/include/core/
H A DSkTemplates.h213 template <typename T> class SkAutoTArray : SkNoncopyable { class in inherits:SkNoncopyable
215 SkAutoTArray() { function in class:SkAutoTArray
221 explicit SkAutoTArray(int count) { function in class:SkAutoTArray
242 ~SkAutoTArray() {
257 void swap(SkAutoTArray& other) {
267 /** Wraps SkAutoTArray, with room for up to N elements preallocated

Completed in 144 milliseconds