Searched refs:__forest (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.c | 1027 _RopeRep* __forest[_RopeRep::_S_max_rope_depth + 1] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, in _S_balance() local 1039 _S_add_to_forest(__r, __forest); in _S_balance() 1041 if (0 != __forest[__i]) { in _S_balance() 1043 __result = _S_concat_rep(__forest[__i], __result); in _S_balance() 1044 __forest[__i]->_M_unref_nonnil(); in _S_balance() 1046 __forest[__i] = 0; in _S_balance() 1051 _S_unref(__forest[__i])) in _S_balance() 1061 rope<_CharT,_Alloc>::_S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) in _S_add_to_forest() argument 1064 _S_add_leaf_to_forest(__r, __forest); in _S_add_to_forest() 1071 _S_add_to_forest(__c->_M_left, __forest); in _S_add_to_forest() [all …]
|
D | _rope.h | 1333 static void _S_add_to_forest(_RopeRep*__r, _RopeRep** __forest); 1336 static void _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest);
|