Searched defs:rope (Results 1 – 2 of 2) sorted by relevance
220 template<class _CharT, class _Alloc=__STL_DEFAULT_ALLOCATOR(_CharT)> class rope; variable753 friend class rope<_CharT,_Alloc>; variable861 friend class rope<_CharT,_Alloc>; variable931 friend class rope<_CharT,_Alloc>; variable1033 friend class rope<_CharT,_Alloc>; variable
1371 rope<_CharT, _Alloc>::rope(size_t __n, _CharT __c, in rope() function