Home
last modified time | relevance | path

Searched refs:_Rope_const_iterator (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h243 template<class _CharT, class _Alloc> class _Rope_const_iterator; variable
252 _Rope_const_iterator<_CharT,_Alloc> operator-
253 (const _Rope_const_iterator<_CharT,_Alloc>& __x,
257 _Rope_const_iterator<_CharT,_Alloc> operator+
258 (const _Rope_const_iterator<_CharT,_Alloc>& __x,
262 _Rope_const_iterator<_CharT,_Alloc> operator+
264 const _Rope_const_iterator<_CharT,_Alloc>& __x);
268 (const _Rope_const_iterator<_CharT,_Alloc>& __x,
269 const _Rope_const_iterator<_CharT,_Alloc>& __y);
273 (const _Rope_const_iterator<_CharT,_Alloc>& __x,
[all …]
H A Dropeimpl.h292 _Rope_const_iterator<_CharT, _Alloc>::_Rope_const_iterator( in _Rope_const_iterator() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Drope333 class _Rope_const_iterator;
347 _Rope_const_iterator<_CharT, _Alloc>
348 operator-(const _Rope_const_iterator<_CharT, _Alloc>& __x,
352 _Rope_const_iterator<_CharT, _Alloc>
353 operator+(const _Rope_const_iterator<_CharT, _Alloc>& __x,
357 _Rope_const_iterator<_CharT, _Alloc>
359 const _Rope_const_iterator<_CharT, _Alloc>& __x);
363 operator==(const _Rope_const_iterator<_CharT, _Alloc>& __x,
364 const _Rope_const_iterator<_CharT, _Alloc>& __y);
368 operator<(const _Rope_const_iterator<_CharT, _Alloc>& __x,
[all …]
H A Dropeimpl.h313 _Rope_const_iterator<_CharT, _Alloc>::
314 _Rope_const_iterator(const _Rope_iterator<_CharT, _Alloc>& __x) in _Rope_const_iterator() function