Searched refs:_Rope_RopeFunction (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | stl_rope.h | 240 template<class _CharT, class _Alloc> struct _Rope_RopeFunction; 388 typedef _Rope_RopeFunction<_CharT,__a> __F; \ 630 struct _Rope_RopeFunction : public _Rope_RopeRep<_CharT,_Alloc> { struct 645 delete ((_Rope_RopeFunction *)__tree) -> _M_fn; in _S_fn_finalization_proc() argument 650 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size, in _Rope_RopeFunction() function 661 this, _Rope_RopeFunction::_S_fn_finalization_proc, 0, 0, 0); in _Rope_RopeFunction() 666 ~_Rope_RopeFunction() { in ~_Rope_RopeFunction() argument 682 struct _Rope_RopeSubstring : public _Rope_RopeFunction<_CharT,_Alloc>, 695 ((_Rope_RopeFunction<_CharT,_Alloc>*)_M_base)->_M_fn; in operator() 715 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a), in _Rope_RopeSubstring() [all …]
|
| H A D | ropeimpl.h | 92 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn; in _S_setbuf() 374 _Rope_RopeFunction<_CharT,_Alloc>* __f in _M_free_tree() 375 = (_Rope_RopeFunction<_CharT,_Alloc>*)this; in _M_free_tree() 376 __f->_Rope_RopeFunction<_CharT,_Alloc>::~_Rope_RopeFunction(); in _M_free_tree()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | rope | 324 struct _Rope_RopeFunction; 513 typedef _Rope_RopeFunction<_CharT,__a> __F; \ 759 struct _Rope_RopeFunction 777 { delete ((_Rope_RopeFunction *)__tree) -> _M_fn; } 782 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size, 793 GC_REGISTER_FINALIZER(this, _Rope_RopeFunction:: 799 ~_Rope_RopeFunction() throw() 807 _Rope_RopeFunction& 808 operator=(const _Rope_RopeFunction&); 810 _Rope_RopeFunction(const _Rope_RopeFunction&); [all …]
|
| H A D | ropeimpl.h | 92 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT, in _S_setbuf() 400 _Rope_RopeFunction<_CharT, _Alloc>* __f in _M_free_tree() 401 = (_Rope_RopeFunction<_CharT, _Alloc>*)this; in _M_free_tree() 402 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction(); in _M_free_tree()
|