Searched defs:allocCommand (Results 1 – 2 of 2) sorted by relevance
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
123 std::enable_if_t<std::is_empty<T>::value, T*> allocCommand() { in allocCommand() function129 std::enable_if_t<!std::is_empty<T>::value, T*> allocCommand() { return this->alloc<T>(); } in allocCommand() function