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

/haiku/headers/cpp/
H A Dropeimpl.h263 _Rope_iterator( rope<_CharT,_Alloc>& __r, size_t __pos) argument
906 operator <<(ostream& __o, const rope<_CharT, _Alloc>& __r) argument
1371 rope<_CharT, _Alloc>::rope(size_t __n, _CharT __c, function in class:rope
[all...]
H A Dstl_rope.h949 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) argument
1263 class rope : public _Rope_base<_CharT,_Alloc> { class in inherits:_Rope_base
1546 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope
1614 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope
1619 rope(const _CharT* __s, size_t __len, function in class:rope
1627 rope(const _CharT *__s, const _CharT *__e, function in class:rope
1632 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope
1638 rope(const iterator& __s, const iterator& __e, function in class:rope
1644 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope
1659 rope(const allocator_type& __a = allocator_type()) function in class:rope
1663 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope
1671 rope(const rope& __x, const allocator_type& __a = allocator_type()) function in class:rope
2396 operator +(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2411 operator +=(rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2421 operator +(const rope<_CharT,_Alloc>& __left, const _CharT* __right) argument
2441 operator +(const rope<_CharT,_Alloc>& __left, _CharT __right) argument
2457 operator <(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
2464 operator ==(const rope<_CharT,_Alloc>& __left, const rope<_CharT,_Alloc>& __right) argument
[all...]

Completed in 45 milliseconds