Searched refs:allocCommand (Results 1 – 1 of 1) sorted by relevance
72 return fRecords[fCount++].set(this->allocCommand<T>()); in append()85 return fRecords[i].set(this->allocCommand<T>()); in replace()119 std::enable_if_t<std::is_empty<T>::value, T*> allocCommand() { in allocCommand() function125 std::enable_if_t<!std::is_empty<T>::value, T*> allocCommand() { return this->alloc<T>(); } in allocCommand() function