Home
last modified time | relevance | path

Searched refs:Uptr (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Duptr.h43 class Uptr { class
45 explicit Uptr(T *p = nullptr) : ptr_(p) in Uptr() function in OHOS::Uptr
49 ~Uptr() in ~Uptr()
54 Uptr(Uptr &&ptr) : ptr_(ptr.ptr_) in Uptr() function in OHOS::Uptr
92 void swap(Uptr &p2) in swap()
109 template<class T2> bool operator==(Uptr<T2> const &p2) const;
110 template<class T2> bool operator!=(Uptr<T2> const &p2) const;
112 Uptr(const Uptr
[all...]

Completed in 0 milliseconds