Searched defs:RefPtr (Results 1 – 1 of 1) sorted by relevance
30 class RefPtr; variable131 ACE_REMOVE(explicit) RefPtr(std::nullptr_t) {} in RefPtr() function133 ACE_REMOVE(explicit) RefPtr(const RefPtr& other) : RefPtr(other.rawPtr_) {} in RefPtr() function134 ACE_REMOVE(explicit) RefPtr(RefPtr&& other) : rawPtr_(other.rawPtr_) in RefPtr() function291 friend class RefPtr; variable