Home | History | Annotate | Download | only in ext

Lines Matching refs:__forest

1203       _RopeRep* __forest[int(__detail::_S_max_rope_depth) + 1];
1208 // __forest[__i]._M_size >= _S_min_len[__i]
1209 // __forest[__i]._M_depth = __i
1213 __forest[__i] = 0;
1216 _S_add_to_forest(__r, __forest);
1218 if (0 != __forest[__i])
1223 __result = _S_concat(__forest[__i], __result);
1224 __forest[__i]->_M_unref_nonnil();
1226 __forest[__i] = 0;
1233 _S_unref(__forest[__i]);
1245 _S_add_to_forest(_RopeRep* __r, _RopeRep** __forest)
1249 _S_add_leaf_to_forest(__r, __forest);
1256 _S_add_to_forest(__c->_M_left, __forest);
1257 _S_add_to_forest(__c->_M_right, __forest);
1265 _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest)
1274 if (0 != __forest[__i])
1279 __too_tiny = _S_concat_and_set_balanced(__forest[__i],
1281 __forest[__i]->_M_unref_nonnil();
1282 __forest[__i] = 0;
1295 if (0 != __forest[__i])
1300 __insertee = _S_concat_and_set_balanced(__forest[__i],
1302 __forest[__i]->_M_unref_nonnil();
1303 __forest[__i] = 0;
1308 __forest[__i] = __insertee;