Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/base/memory/
Dreferenced.h138 ACE_REMOVE(explicit) RefPtr(const RefPtr<O>& other) : RefPtr(other.rawPtr_) {} in ACE_REMOVE() argument
140 ACE_REMOVE(explicit) RefPtr(RefPtr<O>&& other) : rawPtr_(other.rawPtr_) in ACE_REMOVE() argument
313 …ACE_REMOVE(explicit) WeakPtr(const WeakPtr<O>& other) : WeakPtr(other.unsafeRawPtr_, other.refCoun… in ACE_REMOVE() argument
315 ACE_REMOVE(explicit) WeakPtr(WeakPtr<O>&& other) in ACE_REMOVE() argument
323 ACE_REMOVE(explicit) WeakPtr(const RefPtr<O>& other) : WeakPtr(other.rawPtr_) {} in ACE_REMOVE() argument