Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A 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