Searched refs:_My_rope (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.c1273 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos);
1279 _My_rope::_S_substring(__old, 0, _M_pos));
1281 _My_rope::_S_substring(__old, _M_pos+1, __old->_M_size._M_data));
1283 _My_rope::_S_destr_concat_char_iter(__left, &__c, 1));
1287 _My_rope::_S_concat_rep(__result_left, __right);
H A D_rope.h658 typedef rope<_CharT,_Alloc> _My_rope; typedef in class:_Rope_char_ref_proxy
662 _My_rope* _M_root; // The whole rope.
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
672 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c)
2368 return _My_rope::_S_fetch(_M_root->_M_tree_ptr._M_data, _M_pos);

Completed in 490 milliseconds