Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h145 ACE_REMOVE(explicit) RefPtr(const RefPtr<O>& other) : RefPtr(other.rawPtr_) {} in ACE_REMOVE() argument
147 ACE_REMOVE(explicit) RefPtr(RefPtr<O>&& other) : rawPtr_(other.rawPtr_) in ACE_REMOVE() argument
325 …ACE_REMOVE(explicit) WeakPtr(const WeakPtr<O>& other) : WeakPtr(other.unsafeRawPtr_, other.refCoun… in ACE_REMOVE() argument
327 ACE_REMOVE(explicit) WeakPtr(WeakPtr<O>&& other) in ACE_REMOVE() argument
335 ACE_REMOVE(explicit) WeakPtr(const RefPtr<O>& other) : WeakPtr(other.rawPtr_) {} in ACE_REMOVE() argument