Searched refs:_M_incr (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h912 void _M_incr(size_t __n);
971 _M_incr(1);
977 _M_incr(__n);
991 _M_incr(-__n);
997 _M_incr(1);
1094 _M_incr(1);
1099 _M_incr(__n);
1113 _M_incr(-__n);
1119 _M_incr(1);
H A Dstl_slist.h112 void _M_incr() { _M_node = _M_node->_M_next; } function in struct:_Slist_iterator_base
145 _M_incr();
151 _M_incr();
H A Dropeimpl.h216 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) { function in class:_Rope_iterator_base

Completed in 40 milliseconds