Searched defs:_S_flatten (Results 1 - 1 of 1) 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);

Completed in 79 milliseconds