Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h526 static void _S_unref(_Rope_RopeRep* __t) in _S_unref() argument
532 static void _S_ref(_Rope_RopeRep* __t) in _S_ref() argument
543 static void _S_unref(_Rope_RopeRep*) {} in _S_unref() argument
544 static void _S_ref(_Rope_RopeRep*) {} in _S_ref() argument
606 _Rope_RopeRep<_CharT,_Alloc>* _M_left;
607 _Rope_RopeRep<_CharT,_Alloc>* _M_right;
614 : _Rope_RopeRep<_CharT,_Alloc>(_S_concat, in _Rope_RopeConcatenation()
747 _Rope_RopeRep<_CharT,_Alloc>* _M_ptr;
779 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep;
857 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep;
[all …]
H A 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/gnu/lib/libstdc++/libstdc++/src/
H A 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/gnu/gcc/libstdc++-v3/src/
H A 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/gnu/gcc/libstdc++-v3/include/ext/
H A Drope554 struct _Rope_RopeRep
623 _S_unref(_Rope_RopeRep* __t)
630 _S_ref(_Rope_RopeRep* __t)
637 _S_free_if_unref(_Rope_RopeRep* __t)
650 _Rope_RopeRep&
651 operator=(const _Rope_RopeRep&);
653 _Rope_RopeRep(const _Rope_RopeRep&);
658 : public _Rope_RopeRep<_CharT, _Alloc>
724 : public _Rope_RopeRep<_CharT, _Alloc>
903 _Rope_RopeRep<_CharT, _Alloc>&
[all …]
H A Dropeimpl.h343 _Rope_RopeRep<_CharT, _Alloc>::
357 _Rope_RopeRep<_CharT, _Alloc>::
376 _Rope_RopeRep<_CharT, _Alloc>::
421 _Rope_RopeRep<_CharT, _Alloc>::
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20012643 * include/ext/ropeimpl.h (_Rope_RopeRep::_M_free_c_string):
2645 (_Rope_RopeRep::_S_free_string): Likewise.