Searched refs:_Rope_RopeFunction (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_rope.h | 223 template<class _CharT, class _Alloc> struct _Rope_RopeFunction; 258 typedef _Rope_RopeFunction<_CharT,__a> __F; \ 611 struct _Rope_RopeFunction : public _Rope_RopeRep<_CharT,_Alloc> { struct 626 delete ((_Rope_RopeFunction *)__tree) -> _M_fn; in _S_fn_finalization_proc() argument 630 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size, in _Rope_RopeFunction() argument 642 this, _Rope_RopeFunction::_S_fn_finalization_proc, 0, 0, 0); in _Rope_RopeFunction() 647 ~_Rope_RopeFunction() { in ~_Rope_RopeFunction() argument 663 struct _Rope_RopeSubstring : public _Rope_RopeFunction<_CharT,_Alloc>, 676 ((_Rope_RopeFunction<_CharT,_Alloc>*)_M_base)->_M_fn; in operator() 697 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a), _M_base(__b) in _Rope_RopeSubstring() [all …]
|
H A D | ropeimpl.h | 53 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn; in _S_setbuf() 349 _Rope_RopeFunction<_CharT,_Alloc>* __f in _M_free_tree() 350 = (_Rope_RopeFunction<_CharT,_Alloc>*)this; in _M_free_tree() 351 __f->_Rope_RopeFunction<_CharT,_Alloc>::~_Rope_RopeFunction(); in _M_free_tree()
|