Searched defs:AutoPtr (Results 1 - 1 of 1) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/util/ | ||
H A D | autoptr.h | 15 class AutoPtr { class 17 inline AutoPtr() : mPtr(nullptr) {} in AutoPtr() function in OHOS::HDI::AutoPtr 74 AutoPtr<T>::AutoPtr(T *other) : mPtr(other) AutoPtr() function in OHOS::HDI::AutoPtr 82 AutoPtr<T>::AutoPtr(const AutoPtr<T> &other) : mPtr(other.mPtr) AutoPtr() function in OHOS::HDI::AutoPtr 90 AutoPtr<T>::AutoPtr(AutoPtr<T> &&other) : mPtr(other.mPtr) AutoPtr() function in OHOS::HDI::AutoPtr [all...] |
Completed in 1 milliseconds