Searched refs:_Rope_RopeSubstring (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | stl_rope.h | 241 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring; 390 typedef _Rope_RopeSubstring<_CharT,__a> __S; \ 682 struct _Rope_RopeSubstring : public _Rope_RopeFunction<_CharT,_Alloc>, struct 713 _Rope_RopeSubstring(_Rope_RopeRep<_CharT,_Alloc>* __b, size_t __s, in _Rope_RopeSubstring() argument 725 virtual ~_Rope_RopeSubstring() in ~_Rope_RopeSubstring() argument 1265 friend struct _Rope_RopeSubstring<_CharT,_Alloc>; 1284 typedef _Rope_RopeSubstring<_CharT,_Alloc> _RopeSubstring;
|
H A D | ropeimpl.h | 382 _Rope_RopeSubstring<_CharT,_Alloc>* __ss = in _M_free_tree() 383 (_Rope_RopeSubstring<_CharT,_Alloc>*)this; in _M_free_tree() 384 __ss->_Rope_RopeSubstring<_CharT,_Alloc>:: in _M_free_tree() 385 ~_Rope_RopeSubstring(); in _M_free_tree()
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 408 _Rope_RopeSubstring<_CharT, _Alloc>* __ss = in _M_free_tree() 409 (_Rope_RopeSubstring<_CharT, _Alloc>*)this; in _M_free_tree() 410 __ss->_Rope_RopeSubstring<_CharT, _Alloc>:: in _M_free_tree() 411 ~_Rope_RopeSubstring(); in _M_free_tree()
|
H A D | rope | 327 struct _Rope_RopeSubstring; 515 typedef _Rope_RopeSubstring<_CharT,__a> __S; \ 820 struct _Rope_RopeSubstring 859 _Rope_RopeSubstring(_Rope_RopeRep<_CharT, _Alloc>* __b, size_t __s, 869 virtual ~_Rope_RopeSubstring() throw() 1501 friend struct _Rope_RopeSubstring<_CharT, _Alloc>; 1524 typedef _Rope_RopeSubstring<_CharT, _Alloc> _RopeSubstring;
|