Searched defs:_S_add_to_forest (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.c1039 _S_add_to_forest(__r, __forest);
1061 rope<_CharT,_Alloc>::_S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) function in class:_Alloc
1071 _S_add_to_forest(__c->_M_left, __forest);
1072 _S_add_to_forest(__c->_M_right, __forest);

Completed in 26 milliseconds