Home | History | Annotate | Download | only in bits

Lines Matching refs:_Sp_counted_deleter

324     class _Sp_counted_deleter : public _Sp_counted_base<_Lp>
327 rebind<_Sp_counted_deleter>::other _My_alloc_type;
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
357 this->~_Sp_counted_deleter();
388 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
390 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
470 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
490 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>,