Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRecord.h119 std::enable_if_t<std::is_empty<T>::value, T*> allocCommand() { in allocCommand() function
125 std::enable_if_t<!std::is_empty<T>::value, T*> allocCommand() { return this->alloc<T>(); } in allocCommand() function
/third_party/skia/m133/src/core/
DSkRecord.h123 std::enable_if_t<std::is_empty<T>::value, T*> allocCommand() { in allocCommand() function
129 std::enable_if_t<!std::is_empty<T>::value, T*> allocCommand() { return this->alloc<T>(); } in allocCommand() function