Searched refs:_Rope_RopeRep (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | stl_rope.h | 474 struct _Rope_RopeRep : public _Rope_rep_base<_CharT,_Alloc> struct 494 _Rope_RopeRep(_Tag __t, int __d, bool __b, size_t __size, in _Rope_RopeRep() argument 526 static void _S_unref(_Rope_RopeRep* __t) in _S_unref() argument 532 static void _S_ref(_Rope_RopeRep* __t) in _S_ref() argument 536 static void _S_free_if_unref(_Rope_RopeRep* __t) in _S_free_if_unref() argument 543 static void _S_unref(_Rope_RopeRep*) {} in _S_unref() argument 544 static void _S_ref(_Rope_RopeRep*) {} in _S_ref() argument 545 static void _S_free_if_unref(_Rope_RopeRep*) {} in _S_free_if_unref() argument 551 struct _Rope_RopeLeaf : public _Rope_RopeRep<_CharT,_Alloc> { 582 : _Rope_RopeRep<_CharT,_Alloc>(_S_leaf, 0, true, __size, __a), in _Rope_RopeLeaf() [all …]
|
| D | ropeimpl.h | 320 inline void _Rope_RopeRep<_CharT,_Alloc>::_M_free_c_string() in _M_free_c_string() 332 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s, in _S_free_string() 352 void _Rope_RopeRep<_CharT,_Alloc>::_M_free_tree() in _M_free_tree() 394 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string in _S_free_string() 1073 _Rope_RopeRep<_CharT,_Alloc>::_S_max_rope_depth + 1] = {
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | ext-inst.cc | 46 _S_fetch(_Rope_RopeRep<char, std::allocator<char> >*, size_type); 58 _S_fetch(_Rope_RopeRep<wchar_t, std::allocator<wchar_t> >*, size_type);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | ext-inst.cc | 51 _S_fetch(_Rope_RopeRep<char, std::allocator<char> >*, size_type); 63 _S_fetch(_Rope_RopeRep<wchar_t, std::allocator<wchar_t> >*, size_type);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | rope | 554 struct _Rope_RopeRep 577 _Rope_RopeRep(__detail::_Tag __t, int __d, bool __b, size_t __size, 623 _S_unref(_Rope_RopeRep* __t) 630 _S_ref(_Rope_RopeRep* __t) 637 _S_free_if_unref(_Rope_RopeRep* __t) 645 static void _S_unref(_Rope_RopeRep*) { } 646 static void _S_ref(_Rope_RopeRep*) { } 647 static void _S_free_if_unref(_Rope_RopeRep*) { } 650 _Rope_RopeRep& 651 operator=(const _Rope_RopeRep&); [all …]
|
| D | ropeimpl.h | 343 _Rope_RopeRep<_CharT, _Alloc>:: 357 _Rope_RopeRep<_CharT, _Alloc>:: 376 _Rope_RopeRep<_CharT, _Alloc>:: 421 _Rope_RopeRep<_CharT, _Alloc>::
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2001 | 2643 * include/ext/ropeimpl.h (_Rope_RopeRep::_M_free_c_string): 2645 (_Rope_RopeRep::_S_free_string): Likewise.
|