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

/external/stlport/stlport/stl/
H A D_rope.c897 _CharT* rope<_CharT,_Alloc>::_S_flatten(_RopeRep* __r, function in class:_Alloc
918 rope<_CharT,_Alloc>::_S_flatten(_Rope_RopeRep<_CharT, _Alloc>* __r, _CharT* __buffer) { function in class:_Alloc
926 _CharT* __rest = _S_flatten(__left, __buffer);
927 return _S_flatten(__right, __rest);
993 _S_flatten(__prefix, __buffer);
1320 _S_flatten(_M_tree_ptr._M_data, __result);
1346 _S_flatten(_M_tree_ptr._M_data, __result);
H A D_rope.h1289 static _CharT* _S_flatten(_RopeRep* __r, _CharT* __buffer);
1293 static _CharT* _S_flatten(_RopeRep* __r,
1547 _S_flatten(_M_tree_ptr._M_data, __buffer);
1562 _S_flatten(_M_tree_ptr._M_data, __pos, __len, __buffer);

Completed in 54 milliseconds