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

/haiku/headers/cpp/
H A Dstl_rope.h224 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring;
260 typedef _Rope_RopeSubstring<_CharT,__a> __S; \
663 struct _Rope_RopeSubstring : public _Rope_RopeFunction<_CharT,_Alloc>, struct in inherits:_Rope_RopeFunction,char_producer
695 _Rope_RopeSubstring(_Rope_RopeRep<_CharT,_Alloc>* __b, size_t __s, function in struct:_Rope_RopeSubstring
707 virtual ~_Rope_RopeSubstring()
1281 friend struct _Rope_RopeSubstring<_CharT,_Alloc>;
1336 typedef _Rope_RopeSubstring<_CharT,_Alloc> _RopeSubstring;
H A Dropeimpl.h357 _Rope_RopeSubstring<_CharT,_Alloc>* __ss =
358 (_Rope_RopeSubstring<_CharT,_Alloc>*)this;
359 __ss->_Rope_RopeSubstring<_CharT,_Alloc>::
360 ~_Rope_RopeSubstring();

Completed in 46 milliseconds