Symbol: _S_substring
headers/cpp/ropeimpl.h
1047
_Self_destruct_ptr __prefix(_S_substring(__r, 0, __max_len));
headers/cpp/ropeimpl.h
1336
_My_rope::_S_substring(__old, 0, _M_pos));
headers/cpp/ropeimpl.h
1338
_My_rope::_S_substring(__old, _M_pos+1, __old->_M_size));
headers/cpp/ropeimpl.h
664
return _S_substring(__left, __start, __endp1);
headers/cpp/ropeimpl.h
666
return _S_substring(__right, __start - __left_len,
headers/cpp/ropeimpl.h
670
_S_substring(__left, __start, __left_len));
headers/cpp/ropeimpl.h
672
_S_substring(__right, 0, __endp1 - __left_len));
headers/cpp/stl_rope.h
1380
static _RopeRep* _S_substring(_RopeRep* __base,
headers/cpp/stl_rope.h
1634
: _Base(_S_substring(__s._M_root, __s._M_current_pos,
headers/cpp/stl_rope.h
1640
: _Base(_S_substring(__s._M_root, __s._M_current_pos,
headers/cpp/stl_rope.h
1705
_S_substring(_M_tree_ptr, 0, _M_tree_ptr->_M_size - 1);
headers/cpp/stl_rope.h
1730
_M_tree_ptr = _S_substring(_M_tree_ptr, 1, _M_tree_ptr->_M_size);
headers/cpp/stl_rope.h
1906
_Self_destruct_ptr __appendee(_S_substring(
headers/cpp/stl_rope.h
1956
_S_substring(__old, 0, __pos1));
headers/cpp/stl_rope.h
1958
_S_substring(__old, __pos2, __old->_M_size));
headers/cpp/stl_rope.h
1990
_Self_destruct_ptr __left(_S_substring(_M_tree_ptr, 0, __p));
headers/cpp/stl_rope.h
1991
_Self_destruct_ptr __right(_S_substring(_M_tree_ptr, __p, size()));
headers/cpp/stl_rope.h
2192
_S_substring(_M_tree_ptr, __start, __start + __len));
headers/cpp/stl_rope.h
2197
_S_substring(_M_tree_ptr, __start.index(), __end.index()));
headers/cpp/stl_rope.h
2203
_S_substring(_M_tree_ptr, __pos, __pos + 1));
headers/cpp/stl_rope.h
2210
_S_substring(_M_tree_ptr, __start.index(), __end.index()));
headers/cpp/stl_rope.h
2216
_S_substring(_M_tree_ptr, __pos, __pos + 1));