Home | History | Annotate | Download | only in bits

Lines Matching refs:_Sp_counted_deleter

97     class _Sp_counted_deleter
101 rebind<_Sp_counted_deleter>::other _My_alloc_type;
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
140 this->~_Sp_counted_deleter();
164 : public _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
166 typedef _Sp_counted_deleter<_Tp*, _Sp_destroy_inplace<_Tp>, _Alloc, _Lp>
244 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
264 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
391 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>,
402 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>,