Home
last modified time | relevance | path

Searched defs:AutoTArray (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/base/
DSkTemplates.h100 AutoTArray() {} in AutoTArray() function
103 explicit AutoTArray(int count) { in AutoTArray() function
111 AutoTArray(AutoTArray&& other) : fArray(std::move(other.fArray)) { in AutoTArray() function