Home
last modified time | relevance | path

Searched refs:_Rope_RopeRep (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dstl_rope.h474 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 …]
Dropeimpl.h320 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/
Dext-inst.cc46 _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/
Dext-inst.cc51 _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/
Drope554 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 …]
Dropeimpl.h343 _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++/
DChangeLog-20012643 * include/ext/ropeimpl.h (_Rope_RopeRep::_M_free_c_string):
2645 (_Rope_RopeRep::_S_free_string): Likewise.