Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dautoptr.h24 inline AutoPtr() : mPtr(nullptr) {} in AutoPtr() function
81 AutoPtr<T>::AutoPtr(T *other) : mPtr(other) in AutoPtr() function
89 AutoPtr<T>::AutoPtr(const AutoPtr<T> &other) : mPtr(other.mPtr) in AutoPtr() function
97 AutoPtr<T>::AutoPtr(AutoPtr<T> &&other) : mPtr(other.mPtr) in AutoPtr() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A 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
/ohos5.0/foundation/ability/idl_tool/util/
H A Dautoptr.h24 AutoPtr() in AutoPtr() function
83 AutoPtr<T>::AutoPtr(T* other) in AutoPtr() function
92 AutoPtr<T>::AutoPtr(const AutoPtr<T>& other) in AutoPtr() function
101 AutoPtr<T>::AutoPtr(AutoPtr<T>&& other) in AutoPtr() function