Home
last modified time | relevance | path

Searched defs:rope (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h220 template<class _CharT, class _Alloc=__STL_DEFAULT_ALLOCATOR(_CharT)> class rope; variable
753 friend class rope<_CharT,_Alloc>; variable
861 friend class rope<_CharT,_Alloc>; variable
931 friend class rope<_CharT,_Alloc>; variable
1033 friend class rope<_CharT,_Alloc>; variable
H A Dropeimpl.h1371 rope<_CharT, _Alloc>::rope(size_t __n, _CharT __c, in rope() function