Searched refs:_Rope_RopeFunction (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h223 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 in inherits:_Rope_RopeRep
626 delete ((_Rope_RopeFunction *)__tree) -> _M_fn;
630 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size, function in struct:_Rope_RopeFunction
642 this, _Rope_RopeFunction::_S_fn_finalization_proc, 0, 0, 0);
647 ~_Rope_RopeFunction() {
663 struct _Rope_RopeSubstring : public _Rope_RopeFunction<_CharT,_Alloc>,
676 ((_Rope_RopeFunction<_CharT,_Alloc>*)_M_base)->_M_fn;
697 : _Rope_RopeFunction<_Char
[all...]
H A Dropeimpl.h53 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn;
349 _Rope_RopeFunction<_CharT,_Alloc>* __f
350 = (_Rope_RopeFunction<_CharT,_Alloc>*)this;
351 __f->_Rope_RopeFunction<_CharT,_Alloc>::~_Rope_RopeFunction();

Completed in 35 milliseconds