Searched defs:explicit (Results 1 – 1 of 1) sorted by relevance
140 ACE_REMOVE(explicit) RefPtr(const RefPtr<O>& other) : RefPtr(other.rawPtr_) {} in ACE_REMOVE() argument142 ACE_REMOVE(explicit) RefPtr(RefPtr<O>&& other) : rawPtr_(other.rawPtr_) in ACE_REMOVE() argument315 …ACE_REMOVE(explicit) WeakPtr(const WeakPtr<O>& other) : WeakPtr(other.unsafeRawPtr_, other.refCoun… in ACE_REMOVE() argument317 ACE_REMOVE(explicit) WeakPtr(WeakPtr<O>&& other) in ACE_REMOVE() argument325 ACE_REMOVE(explicit) WeakPtr(const RefPtr<O>& other) : WeakPtr(other.rawPtr_) {} in ACE_REMOVE() argument