OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Rope_iterator_base
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_rope.h
753
class
_Rope_iterator_base
757
typedef
_Rope_iterator_base
<_CharT, _Alloc> _Self;
812
static void _S_setbuf(
_Rope_iterator_base
<_CharT, _Alloc>& __x);
814
static void _S_setcache(
_Rope_iterator_base
<_CharT, _Alloc>& __x);
816
static void _S_setcache_for_incr(
_Rope_iterator_base
<_CharT, _Alloc>& __x);
817
_Rope_iterator_base
() {}
818
_Rope_iterator_base
(_RopeRep* __root, size_t __pos)
837
_Rope_iterator_base
(const _Self& __x) :
871
class _Rope_const_iterator : public
_Rope_iterator_base
<_CharT,_Alloc> {
874
typedef
_Rope_iterator_base
<_CharT,_Alloc> _Base
[
all
...]
_rope.c
60
:
_Rope_iterator_base
<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
65
_Rope_iterator_base
<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
70
_Rope_iterator_base
<_CharT, _Alloc>* __x = this;
90
void
_Rope_iterator_base
<_CharT,_Alloc>::_S_setbuf(
91
_Rope_iterator_base
<_CharT,_Alloc>& __x) {
136
void
_Rope_iterator_base
<_CharT,_Alloc>::_S_setcache(
137
_Rope_iterator_base
<_CharT,_Alloc>& __x) {
208
void
_Rope_iterator_base
<_CharT,_Alloc>::_S_setcache_for_incr(
209
_Rope_iterator_base
<_CharT,_Alloc>& __x) {
270
void
_Rope_iterator_base
<_CharT,_Alloc>::_M_incr(size_t __n)
[
all
...]
Completed in 17 milliseconds