Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h30 class RefPtr; variable
136 ACE_REMOVE(explicit) RefPtr(std::nullptr_t) {} in RefPtr() function
138 ACE_REMOVE(explicit) RefPtr(const RefPtr& other) : RefPtr(other.rawPtr_) {} in RefPtr() function
139 ACE_REMOVE(explicit) RefPtr(RefPtr&& other) : rawPtr_(other.rawPtr_) in RefPtr() function
301 friend class RefPtr; variable