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

/haiku/headers/cpp/
H A Dstl_rope.h1336 typedef _Rope_RopeSubstring<_CharT,_Alloc> _RopeSubstring; typedef in class:rope
1461 static _RopeSubstring* _S_new_RopeSubstring(
1466 _RopeSubstring* __space = _SAllocator(__a).allocate(1);
1468 _RopeSubstring* __space = _S_allocate(1);
1470 return new(__space) _RopeSubstring(__b, __s, __l, __a);
H A Dropeimpl.h703 _RopeSubstring* __old = (_RopeSubstring*)__base;
708 _RopeSubstring* __result =

Completed in 42 milliseconds