reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/SharingPtr.h
  176 SharingPtr<T>::SharingPtr(Y *p) : ptr_(p), cntrl_(nullptr) {
  177   std::unique_ptr<Y> hold(p);
  178   typedef imp::shared_ptr_pointer<Y *> _CntrlBlk;