Searched defs:_Rope_self_destruct_ptr (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h625 struct _Rope_self_destruct_ptr { struct
627 ~_Rope_self_destruct_ptr()
630 _Rope_self_destruct_ptr() : _M_ptr(0) {} function in struct:_Rope_self_destruct_ptr
632 _Rope_self_destruct_ptr() {} function in struct:_Rope_self_destruct_ptr
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {} function in struct:_Rope_self_destruct_ptr
638 _Rope_self_destruct_ptr<_CharT, _Alloc>&
656 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr;
1159 typedef _Rope_self_destruct_ptr<_CharT,_Alloc> _Self_destruct_ptr;

Completed in 1002 milliseconds