Home
last modified time | relevance | path

Searched refs:_RopeRep (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.c61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); } in _Rope_iterator()
68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this); in _Rope_iterator()
71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x); in _Rope_iterator()
92 const _RopeRep* __leaf = __x._M_path_end._M_data[__x._M_leaf_index]; in _S_setbuf()
97 case _RopeRep::_S_leaf: in _S_setbuf()
103 case _RopeRep::_S_function: in _S_setbuf()
104 case _RopeRep::_S_substringfn: in _S_setbuf()
138 const _RopeRep* __path[_RopeRep::_S_max_rope_depth+1]; in _S_setcache()
139 const _RopeRep* __curr_rope; in _S_setcache()
163 _STLP_ASSERT(__curr_depth <= _RopeRep::_S_max_rope_depth) in _S_setcache()
[all …]
D_rope.h459 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep;
460 typedef typename _RopeRep::_IsBasicCharType _IsBasicCharType;
468 typedef typename _RopeRep::allocator_type allocator_type;
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
496 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep;
499 _RopeRep* _M_left;
500 _RopeRep* _M_right;
502 typedef typename _RopeRep::allocator_type allocator_type;
503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
[all …]