Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dautoptr.h17 inline AutoPtr() : mPtr(nullptr) {} in AutoPtr() function
74 AutoPtr<T>::AutoPtr(T *other) : mPtr(other) in AutoPtr() function
82 AutoPtr<T>::AutoPtr(const AutoPtr<T> &other) : mPtr(other.mPtr) in AutoPtr() function
90 AutoPtr<T>::AutoPtr(AutoPtr<T> &&other) : mPtr(other.mPtr) in AutoPtr() function