Searched defs:_Rope_const_iterator (Results 1 – 2 of 2) sorted by relevance
226 template<class _CharT, class _Alloc> class _Rope_const_iterator; variable933 _Rope_const_iterator(const _RopeRep* __root, size_t __pos): in _Rope_const_iterator() function945 _Rope_const_iterator() {}; in _Rope_const_iterator() function946 _Rope_const_iterator(const _Rope_const_iterator& __x) : in _Rope_const_iterator() function949 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : in _Rope_const_iterator() function1276 friend class _Rope_const_iterator<_CharT,_Alloc>; variable
257 _Rope_const_iterator<_CharT, _Alloc>::_Rope_const_iterator( in _Rope_const_iterator() function