Searched refs:rope (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; variable 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); } 653 friend class rope<_CharT,_Alloc>; 658 typedef rope<_CharT,_Alloc> _My_rope; 720 rope<_CharT,_Alloc>* _M_root; // The whole rope. [all …]
|
D | _rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) in _Rope_iterator() 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): in _Rope_iterator() 364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf 365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep 369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const { in _M_throw_out_of_range() 377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter ( in _S_leaf_concat_char_iter() 413 rope<_CharT,_Alloc>::_S_destr_leaf_concat_char_iter (_RopeLeaf* __r, const _CharT* __iter, size_t _… in _S_destr_leaf_concat_char_iter() 443 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) { in _S_tree_concat() 474 rope<_CharT,_Alloc>::_S_concat_char_iter (_RopeRep* __r, in _S_concat_char_iter() 517 rope<_CharT,_Alloc>::_S_destr_concat_char_iter( in _S_destr_concat_char_iter() [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | rope | 27 /* Comment following if you want to use rope class even if you ask for 30 # error The rope class is a STLport extension.
|